figma-to-json icon indicating copy to clipboard operation
figma-to-json copied to clipboard

💾 Read/Write Figma Files as JSON

Results 9 figma-to-json issues
Sort by recently updated
recently updated
newest added

I have a fig file where I want to manually merge fill styles of various objects. Evan's https://madebyevan.com/figma/fig-file-parser/ gives me a canvas.fig pseudo-file with keys such as `guid`, `type="document"`, `children`...

## ISSUE: When I re-upload a JSON file that I previously exported from the application, and then export it as a .fig file, then at the time of uploading the...

Updated descriptions for - OpenDesign - Sketch - VeryGoodGraphics (NEW)

This is a question: What is the `blobs[ ]` metadata used for in the Figma json file? I am trying to create fig files from scratch (so starting a diagram...

Many of the community files are large .fig files. For example take this file: https://www.figma.com/community/file/1325597018063319916/free-dark-admin-dashboards, it converts to a ~125MB file. This results in a stack-overflow when we try to...

bug
enhancement

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...

enhancement
help wanted

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? ![image](https://user-images.githubusercontent.com/44012914/196419028-46e2abce-31b7-47c6-afca-4a24fe8c3dc4.png)

934-db9f79f4207e36b3.js:1 Uncaught (in promise) RangeError: offset is out of ![image](https://user-images.githubusercontent.com/2309907/217824695-1a83eb24-251a-4cb7-abd8-847cee9ca76e.png) Flow - Upload attached .fig, -> converted to JSON fine - Download JSON - refresh the page - Upload JSON...