gitextract_e870d5qm/ ├── .gitignore ├── .npmignore ├── History.md ├── Makefile ├── Readme.md ├── benchmarks/ │ └── index.js ├── index.js ├── lib/ │ ├── palette.js │ └── quantize.js ├── npm-shrinkwrap.json ├── package.json └── test