Skip to main content

Hi guys,


Is it possible to export Figma files as SVG via the API without having the text converted into vector outlines?


Iā€™m looking for a way to retain text as editable elements in the exported SVG.


Thank you in advance!

Yes, you can export nodes to SVG using the API without converting text to outlines.


Please refer to the developer documentations below.


Plugin API:

figma.com

REST API:

https://www.figma.com/developers/api#get-images-endpoint


Reply