Skip to content

🎨 A web component for drawing patterns with CSS.

License

Notifications You must be signed in to change notification settings

boneyao/css-doodle

This branch is 471 commits behind css-doodle/css-doodle:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 25, 2021
38f23be Β· Oct 25, 2021
May 15, 2021
Oct 25, 2021
Sep 28, 2021
Mar 19, 2020
May 4, 2021
Oct 25, 2021
May 13, 2021
Apr 7, 2020
Jun 6, 2021
Oct 25, 2021
Oct 25, 2021
Oct 25, 2021
Nov 25, 2020

Repository files navigation

<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! πŸ™

About

🎨 A web component for drawing patterns with CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Makefile 0.1%