A web component for drawing patterns with CSS.
- Creating Patterns Using CSS & the <css-doodle /> Web Component
- Bokeh Backgrounds with CSS-Doodle, by Tim Ellison
- How to Draw Patterns with CSS Using CSS Doodle, by Adi Purdila
# build css-doodle.js
npm run build
# generate css-doodle.min.js
npm run minify && npm run trim
# or just use make
make