A Canvas 2D based art effect generator.
Check out the demo at CyanLetter.github.io/powderpuff
yarn build
ornpm run build
- produces production version of Powderpuff under thelib
folderyarn dev
ornpm run dev
- produces development version of Powderpuff and runs a watcheryarn test
ornpm run test
- runs the testsyarn test:watch
ornpm run test:watch
- same as above but in a watch mode
This was built using Krasimir Tsonev's Webpack Library Starter