Figma Plugin for Upscale.media, it helps users seamlessly enhance images, present in Figma files.
- Open Figma and navigate to the 'Plugins' section.
- Search for 'Upscale.media', or visit this link to access the plugin directly.
- Click 'Install', and the plugin will be added to your Figma account.
-
manifest.json: The configuration file, it details the plugin's name, unique ID, API version, and interactive menu options for users. It also specifies allowed domains for network access, ensuring secure functionality. -
plugin: Contains the core functionality withindex.tsas the entry point. This script initializes the plugin and orchestrates its operations. -
ui: Manages the user interface. Theindex.htmlfile, integrated via theshowUIfunction in the plugin folder, displays the UI. The primary UI component is inApp.tsx, which outlines the interface layout and interactions.
Clone Repository:
git clone https://github.com/pixelbin-dev/upscale-figma-plugin.git
Install Dependencies:
npm install -D
Build the Plugin:
npm run create:build
Add to Figma:
- In Figma, navigate to 'Plugins' > 'Development' > 'New Plugin'.
- Choose 'Link existing plugin' and select the
manifest.jsonfile from your plugin's build directory.