From 09ce497a4f0772f8c414195446bf85f2f88c6588 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Mon, 4 Oct 2021 21:24:04 -0700 Subject: [PATCH] add example how to use svgpathtools in JS with Pyodide --- examples/wasm-via-pyodide-example.html | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 examples/wasm-via-pyodide-example.html diff --git a/examples/wasm-via-pyodide-example.html b/examples/wasm-via-pyodide-example.html new file mode 100644 index 0000000..608dc09 --- /dev/null +++ b/examples/wasm-via-pyodide-example.html @@ -0,0 +1,62 @@ + + + + + + + svgpathtools in JS! + + + + +
+
+
Output:
+ + + + + + + + Sorry, your browser does not support inline SVG. + + + + + \ No newline at end of file