2 pointsby albertsikkema7 hours ago2 comments
  • albertsikkema7 hours ago
    Figma's API returns 400 for .make files, so I dug into the binary. Turns out it's a ZIP with a custom format: Deflate for the schema chunk, Zstandard for the data, then Kiwi binary decoding. Scripts on GitHub if useful: https://github.com/albertsikkema/figma-make-extractor
  • vednig7 hours ago
    I once reverse engineered the Figma .fig file they have utilised quite good compression and data storage techniques for a tech company that uses AWS
    • albertsikkema6 hours ago
      That is a funny observation! You are right, that is strange.