is based on Shadow DOM v1 and Custom Elements v1. You can use it on latest Chrome and Safari right now without polyfills. The component will generate a grid of divs by the rules (plain CSS) inside it. You can easily manipulate those cells using CSS to come up with a graphic pattern or an animated graph. The limit is the limit of CSS itself.
#Getting Started
Include the script directly from cdnjs and everything is ready:
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.2.3/css-doodle.min.js"></script> <css-doodle> /* put your code here */ </css-doodle>
You can also install it from npm and import the module in javascript:
npm install css-doodleWebsite