UNPKG

simplesvg

Version:

A very simple svg wrapper, inspired by original vivagraph

12 lines (11 loc) 187 B
<!DOCTYPE html> <html lang="en"> <head> <title>Simple demo</title> </head> <body> <svg id='scene' width='320px' height='240px'> </svg> <script src="bundle.js"></script> </body> </html>