Agamnentzar / ag-psd

Javascript library for reading and writing PSD files
Other
489 stars 66 forks source link

how to export svg with ( image, path, text as a element of svg ). is there any default function to export SVG. #151

Closed aticzz closed 1 year ago

aticzz commented 1 year ago

Image layer instead of image Element of SVG and vector layer instead of path d and text like this.

git

Agamnentzar commented 1 year ago

There's no default way built-in way to export PSD to SVG, but you can get some pointer from other people who tried it: https://github.com/Agamnentzar/ag-psd/issues?q=is%3Aissue+svg

aticzz commented 1 year ago

ok thank you for replying