vincentpanqi / css-doodle

🎨 A web component for drawing patterns with css.

Home Page:https://css-doodle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<css-doodle />

Build Status license

A web component for drawing patterns with CSS.

Docs

https://css-doodle.com

Resources

Build

# build css-doodle.js
yarn build

# generate css-doodle.min.js
yarn minify && yarn trim

# or just use make
make

Contributing

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the css-doodle repository and clone it locally.
  2. Make sure you have npm or yarn installed.
  3. When in the css-doodle directory, run npm install or yarn to install dependencies.
  4. To watch tests as you write your code, run npm start or yarn start.

About

🎨 A web component for drawing patterns with css.

https://css-doodle.com

License:MIT License


Languages

Language:JavaScript 99.6%Language:Makefile 0.4%