For all your online dithering needs.
- Cleanup
- Adaptive palette
- More filters
- Better UI/UX
NODE_ENV=production yarn build
git checkout gh-pages
rm commons.js index.html app.*.js
mv build/* .
git add .
git commit
git push origin gh-pages
For all your online dithering needs.
NODE_ENV=production yarn build
git checkout gh-pages
rm commons.js index.html app.*.js
mv build/* .
git add .
git commit
git push origin gh-pages