build_plugin
Compile a Framer plugin project from a specified directory to enable web3 features such as wallet connections, contract interactions, and NFT displays.
Instructions
Build a Framer plugin project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pluginPath | Yes | Path to plugin directory |
Input Schema (JSON Schema)
{
"properties": {
"pluginPath": {
"description": "Path to plugin directory",
"type": "string"
}
},
"required": [
"pluginPath"
],
"type": "object"
}