Skip to content

Moonvy/Figma-All-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗳 Figma All Backup

для создания локальных бекапов fig файлов

备份你账号下的全部 Figma 文件到本地

此工具已失效,新的 Figma 批量备份方法请看:https://moonvy.com/blog/post/2024/batch-backup-figma-fig-files/

paste code into figma devtool console

fetch(
    "https://raw.githubusercontent.com/Moonvy/Figma-All-Backup/master/figma-all-backup.js?v1.0.0"
  ).then((r) => r.text().then((c) => eval(c)));