A web component for drawing patterns with CSS.
<css-doodle>
@grid: 5 / 200px;
background: @p(#000, #fff);
margin: 1px;
</css-doodle>
- Tabbied -- Doodle with generated patterns
- Shapes -- Discover new CSS polygon shapes
- SVG playground -- Generate SVG code with new syntax
- How to Draw Patterns with CSS Using CSS Doodle, by Adi Purdila
- Arte generativo con CSS, by Sonia Ruiz
# build css-doodle.js
npm run build
# generate css-doodle.min.js
npm run minify
# or just use make
make
Thank you for your support! 🙏