You've already forked PixelRendr
mirror of
https://github.com/FullScreenShenanigans/PixelRendr.git
synced 2026-04-28 13:00:29 -07:00
711 B
711 B
PixelRendr
Compresses images into text blobs in real time with fast cached lookups.
Build Process
PixelRendr uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install -g gulp
npm install
gulp
See Build Details for detailed Gulp usage.