0.0.14 • Published 1 year ago

charmingjs v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.0.14

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago