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
# build css-doodle.js
yarn build
# generate css-doodle.min.js
yarn minify && yarn trim
# or just use make
make