0.0.14 • Published 9 months ago

charmingjs v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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 📚

License 📄

MIT@Bairui SU

0.0.13

9 months ago

0.0.14

9 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

11 months ago

0.0.5

11 months ago

0.0.6

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.4

11 months ago

0.0.1

12 months ago