Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romellogoodman/goodvg

A library for scripting html.
https://github.com/romellogoodman/goodvg

javascript svgs

Last synced: about 17 hours ago
JSON representation

A library for scripting html.

Awesome Lists containing this project

README

        

# goodvg

A library for scripting html. [Learn more](https://mellogood.substack.com/p/goodgraphicsjs) about this library.

## Use

```js
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](https://www.romellogoodman.com/)