Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.2 KB

File metadata and controls

44 lines (27 loc) · 1.2 KB

<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.