Raphael Amorim
Raphael Amorim
- More elegant - More More lighter - Better to test ### New API design: #### old way Reads CSS without read/search by elements ``` js origami('#canvas') .load(".className") .shape(".className") .draw();...
Currently Phantomjs is no longer maintained. I was wondering if make sense to move to Puppeteer or other option to run origamijs tests.
``` js origami(canvas).chartLine({ tooltip: true labels: ["January", "February", "March", "April", "May", "June", "July"], fill: true, datasets: [ { data: [1, 9, 8, 71, 56, 30, 60], line: "2px solid pink",...
Ref: https://www.html5rocks.com/en/tutorials/canvas/imagefilters/ Add a option to create Image filters, like: ``` js origami('.canvas').image('images/origamijs.png', 10, 10, {filter: 'grayscale'}) ```