0.0.14 • Published 9 months ago
charmingjs v0.0.14
Charming
!NOTE The current next branch is implementing the new proposal API for production use. Please refer to the main branch for the current release.
The JavaScript library for generative art based on SVG.
cm.app({
width: 100,
height: 100,
draw: [
cm.svg("rect", {x: 0, y: 0, width: 100, height: 100, fill: "black"}),
cm.svg("circle", {cx: 50, cy: 50, r: 40, fill: "white"}),
],
}).render("#root");Resources 📚
- Documentation - https://charmingjs.org/
- Features - https://charmingjs.org/what-is-charming
License 📄
MIT@Bairui SU