Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 726 Bytes

File metadata and controls

26 lines (20 loc) · 726 Bytes

node-pixelit

Node.js tool for creating pixel art through the commandline. Adaptation of the original Pixelit.

Download

git clone https://github.com/izcoser/node-pixelit
cd node-pixelit
npm install

Usage

npm run pixelit image_in.png image_out.png -- --scale 25 --palette 7

The scale goes from 8 to 50 and the palette goes from 0 to 11. Both are optional arguments.

License

MIT