watercolor-canvas
Drawing watercolor effects to HTML canvas. Inspired by this great blog post by tyler hobbs.
Install
Use npm to install.
npm install watercolor-canvas --save
To do:
- <input checked="" disabled="" type="checkbox"> Publish package
- <input checked="" disabled="" type="checkbox"> Let user pass in colors, positions
- <input disabled="" type="checkbox"> Document API
Try me
Or clone this repo and run the demo:
npm install
npm start
To develop, also run:
npm run transpile -- --watch
License
MIT, see LICENSE.md for details.