yagudaev / figma-to-json

💾 Read/Write Figma Files as JSON
https://figma2json.com
MIT License
199 stars 27 forks source link

Add image support #19

Open yagudaev opened 8 months ago

yagudaev commented 8 months ago

Being able to read and write images correctly.

Right now if the file contains images, it will read it mostly fine. However, if we try to make changes and save the JSON again it will cause an import error.

Related to #11, #13 and #14