This is a console app to generate 800,000 crypto punks using javascript
Check out my blog post for more details
npm install
node index.js
node index.js 100
If you have 'npm error' when you install canvas package on MAC OS, try this cmd:
brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman
More informations here