ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.88k stars 109 forks source link

Maintain an official SVGBob WASM NPM package #111

Open EmNudge opened 7 months ago

EmNudge commented 7 months ago

Love SVGBob!

An old issue with SVGBob leaking styles in wasm builds (where the SVG is placed alongside other content) has uncovered an inconvenient situation in the community maintenance with wasm npm builds of svgbob. This issue has been fixed since 7.0, but community wasm builds have not kept up with updates, making downstream packages stuck with an unpleasant experience.

I made what felt like the smallest wrapper I could make as an example, but we'd have the same issue with community builds needing to update in sync with official svgbob updates. Is there any room for an official svgbob wasm build to be maintained?

ivanceras commented 7 months ago

@EmNudge unfortunately I don't have room for doing npm package for this. Feel free to maintain one.