feat: add figma plugin

This commit is contained in:
quillzhou@gmail.com
2023-12-23 15:43:54 +08:00
parent f90966808b
commit 83a1d49af4
9 changed files with 306 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "SVGL",
"id": "svgl",
"api": "1.0.0",
"main": "dist/code.js",
"enableProposedApi": false,
"editorType": ["figma", "figjam"],
"permissions": ["currentuser"],
"networkAccess": {
"allowedDomains": ["*"],
"reasoning": "Internet access for local development."
}
}