iconifyit / SVG-Icon-Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Icons from Carbon

npm install -S @carbon/icons

Then select that folder in the plugin

To get started with development:

Clone repo

npm install

Connecting your plugin to Figma

Connecting your plugin to Figma After installing, go to Plugins / Development / New Plugin in the Figma desktop app for Mac OS or Windows and choose the option "Link existing plugin".

You also can just type "New Plugin" in Figma global search to go there

From there you need to link a manifest.json file located at public folder in your directory:

/figma-plugin/public/manifest.json

Now edit this file to give a new name for your plugin, and you will be able call it from Figma: Plugins / Development / Your Plugin Name

Development

During development, watch your project for changes with the following command.

npm run dev

Start building your plugin UI in 'src/Plugin.svelte'.

Build

When ready to package up your final Figma Plugin:

npm run build

Built using

The svelte Figma components from Thomas Lowry Figma Plugin DS Svelte

About


Languages

Language:JavaScript 38.2%Language:Svelte 37.0%Language:TypeScript 24.6%Language:HTML 0.2%