Skip to content

orsinium-labs/svg-playground

Repository files navigation

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.