yagudaev / figma-to-json

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

Figma updated its file format and the tool no longer works #16

Closed yangvw closed 9 months ago

ElCapor commented 1 year ago

what's the solution now ,??

yagudaev commented 1 year ago

Hi friends, sorry I've been MIA. Working on fundraising for our startup now, so a bit busy to look at this.

If you fork and create a PR happy to take a look.

.fig file should still be a zip file and inside the zip should be a Kiwi file that is a protocol buffer fork. This: https://github.com/evanw/kiwi

harry75369 commented 1 year ago

It depends on your needs. If you could accept 3rd-party design format I recommend using our parsing service which support .fig file. See https://vgg.cool/daruma

abbott commented 1 year ago

It depends on your needs. If you could accept 3rd-party design format I recommend using our parsing service which support .fig file. See https://vgg.cool/daruma

Tried it, and and it would be a great if daruma supported elements copied and pasted from figjam into figma. It drops the framed shape objects that have content (e.g., a figjam shape with text inside).

rickyzhangca commented 11 months ago

It depends on your needs. If you could accept 3rd-party design format I recommend using our parsing service which support .fig file. See https://vgg.cool/daruma

much thanks!

yagudaev commented 9 months ago

@harry75369, thanks so much for the service recommendation. Looks really cool!

Fixed this issue in #17 thanks for reporting.