allow color transition
library build
add type-check script
Like Raphaël, but for the modern web!
This is by far not a usable library yet. Please be patient.
const paper = new Container('test', 800, 600, true)
// this will be easier and/or automated in the future
document.body.append(paper.getNode())
const circle = new Circle(
paper,
{ r: 30, fill: "#FFF", stroke: "#A00", strokeWidth: 5 },
).animate({ r: 200, cx: 400 }, 2000)
TODO
Contributions are extremely welcome, but in the current, very early, stage, they should probably be about ideas and concepts, instead of code.