A library for scripting html. Learn more about this library.
const svg = new Graphic({
attributes: {
fill: "white",
style: "background: #1b1b1b",
},
});
svg.circle("50%", "50%", 50);
svg.draw();
All contributors and all contributions both big and small are welcome in this project.