Files
lit-examples/figma-to-lit/manifest.json
T

42 lines
747 B
JSON

{
"name": "Figma to Lit",
"id": "1253959744483104113",
"api": "1.0.0",
"main": "code.js",
"capabilities": [
"codegen"
],
"enableProposedApi": false,
"editorType": [
"dev"
],
"ui": "ui.html",
"codegenPreferences": [
{
"itemType": "select",
"propertyName": "outputType",
"label": "Output Type",
"options": [
{
"label": "Single Web Component",
"value": "single", "isDefault": true
},
{
"label": "Separate Web Components",
"value": "multi"
}
]
}
],
"codegenLanguages": [
{
"label": "Lit",
"value": "typescript"
}
],
"networkAccess": {
"allowedDomains": [
"none"
]
}
}