Go to file
yuanchuan be9fb9a3bd Fix SVG generator on cutting values 2022-10-09 10:53:56 +08:00
.github Update CI name 2022-02-04 16:18:46 +08:00
src Fix SVG generator on cutting values 2022-10-09 10:53:56 +08:00
test Improve CSS and SVG parser on quotes 2022-10-05 13:08:08 +08:00
tools Fix build scripts 2022-01-28 22:46:27 +08:00
.gitignore Simplify calc inside sequences 2021-05-04 15:35:02 +08:00
CHANGELOG.md 0.30.2 2022-10-05 20:36:40 +08:00
LICENSE Update license 2022-01-28 22:48:16 +08:00
Makefile Fix build scripts 2022-01-28 22:46:27 +08:00
README.md Remove unavailable resource links 2022-09-18 13:30:08 +08:00
css-doodle.js 0.30.2 2022-10-05 20:36:40 +08:00
css-doodle.min.js 0.30.2 2022-10-05 20:36:40 +08:00
package.json 0.30.2 2022-10-05 20:36:40 +08:00
rollup.config.js Add version to released files 2020-11-25 22:12:30 +08:00

README.md

<css-doodle />

Build Status license

A web component for drawing patterns with CSS.

screenshot

Example

<css-doodle>
  @grid: 5 / 200px;
  background: @p(#000, #fff);
  margin: 1px;
</css-doodle>

Docs

https://css-doodle.com

Design tools

  • Tabbied -- Doodle with generated patterns
  • Shapes -- Discover new CSS polygon shapes

Resources

Build

# build css-doodle.js
npm run build

# generate css-doodle.min.js
npm run minify

# or just use make
make

Support

Thank you for your support! 🙏