It’s 10x slower than vanilla which makes this an ideal use case for transpilation.
I bet you could just take one afternoon to write a vite plugin
What is the use case of this library given that vanilla JS is 10x faster?
Perhaps non-browser usage?
Anyone know a Python library for manipulating SVG images?
I've been meaning to look into:
You mean svgwrite (https://github.com/mozman/svgwrite) which looks like it is no longer maintained?
I know of svg.py (https://github.com/orsinium-labs/svg.py) and drawsvg (https://github.com/cduck/drawsvg)... I have played with both a bit, no idea how they compare to others.