Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 457 Bytes

goodvg

A library for scripting html. Learn more about this library.

Use

const svg = new Graphic({
  attributes: {
    fill: "white",
    style: "background: #1b1b1b",
  },
});

svg.circle("50%", "50%", 50);

svg.draw();

Contributing

All contributors and all contributions both big and small are welcome in this project.

Author

Romello Goodman