I've started to use your wrapper with some success.
I'm displaying several paths inside a container.
I'm wondering what would be the easiest way to get the generated of the container and allow my user to save it as SVG?
I guess it should be possible since there is an "export" on svgjs: https://svgjs.dev/docs/3.0/importing-exporting/ ?
Hi,
I've started to use your wrapper with some success. I'm displaying several paths inside a container.
I'm wondering what would be the easiest way to get the generated of the container and allow my user to save it as SVG? I guess it should be possible since there is an "export" on svgjs: https://svgjs.dev/docs/3.0/importing-exporting/ ?