figma-backup
figma-backup copied to clipboard
Add `--only-modified-files` option to target only modified files
Figma's API can show if a file was modified or not https://www.figma.com/developers/api#get-files-endpoint , based on that it would be very convenient if the script could download a file only if it was modified.
It also shows when a certain project was modified https://www.figma.com/developers/api#get-project-files-endpoint , but it works really weird because if I modify a file in a project, for some reason, it's not showing that the project was modified, so be ware of that, I already made a ticket about this problem, I hope they fix it.
Thanks.