Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 768 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 768 Bytes

svg.py

Online playground for svg.py, the best Python library for generating SVG files.

Try it online: svg.orsinium.dev.

Use cases:

  1. Try the library without installing it.
  2. Fine-tune your art without switching back-and-forth between IDE and browser.

Powered by pyodide managed from WASM-compiled Go application using GWeb. All the code is ran on the client-side (in the browser).

Running locally

You'll need task and go. When you do, simply run task run and go to localhost:1337.