Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/romellogoodman/goodvg
- Owner: romellogoodman
- License: mit
- Created: 2021-01-17T20:48:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:42:09.000Z (3 months ago)
- Last Synced: 2025-01-16T22:39:36.311Z (5 days ago)
- Topics: javascript, svgs
- Language: JavaScript
- Homepage: https://mellogood.substack.com/p/goodgraphicsjs
- Size: 625 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)