yagudaev / figma-to-json

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

Store Blobs as Base64 #6

Closed yagudaev closed 2 years ago

yagudaev commented 2 years ago

Due to the fact, Uint8Array are stored as maps with key-value pair for each byte the size of a 1MB .fig file with images will blowup to 24MBs.