figma-to-json
figma-to-json copied to clipboard
How can I use the methods in the "schemaHelper" object to correctly convert the data in "json.blobs"?
At present, I am converting the data into base64 characters, but this data should be an svg path, how can I convert it into a correct svg path?

"schemaHelper", the object provides some methods, but I don't know how to use them correctly.

@whxcode I'm not entirely sure to be honest. I haven't tried working with the image data directly yet.
I can give it a try when I have a moment later this week or next week (a bit packed with tasks)
@whxcode I'm not entirely sure to be honest. I haven't tried working with the image data directly yet.
I can give it a try when I have a moment later this week or next week (a bit packed with tasks)
Well, thank you.
@whxcode did you end up figure it out?