pyrolistical 41 minutes ago 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 maxloh 21 minutes ago What is the use case of this library given that vanilla JS is 10x faster? aabhay 11 minutes ago Perhaps non-browser usage?
maxloh 21 minutes ago What is the use case of this library given that vanilla JS is 10x faster? aabhay 11 minutes ago Perhaps non-browser usage?
emil-lp 2 hours ago Anyone know a Python library for manipulating SVG images? WillAdams 2 hours ago I've been meaning to look into:https://coderivers.org/blog/python-svg/ monkmartinez an hour ago 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.
WillAdams 2 hours ago I've been meaning to look into:https://coderivers.org/blog/python-svg/ monkmartinez an hour ago 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.
monkmartinez an hour ago 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.
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:
https://coderivers.org/blog/python-svg/
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.