Drawing watercolor effects to HTML canvas. Inspired by this great blog post by tyler hobbs.
Use npm to install.
npm install watercolor-canvas --save
- Publish package
- Let user pass in colors, positions
- Document API
Or clone this repo and run the demo:
npm install
npm start
To develop, also run:
npm run transpile -- --watch
MIT, see LICENSE.md for details.