Skip to content

romellogoodman/goodvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

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