mapsandapps / figma-palette-matcher

Figma plugin to convert a color to the nearest color in your color styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palette Matcher

Figma plugin to convert a color to the nearest color in your color styles

The main plugin code is in src/code.ts. The HTML for the UI is in src/ui.html, while the embedded JavaScript is in src/ui.ts.

These are compiled to files in dist/, which are what Figma will use to run your plugin.

To build:

$ npm install
$ npm run build

For dev:

$ npm install
$ npm run dev

Use the Figma desktop app and import the plugin via the plugins menu.

Credits

About

Figma plugin to convert a color to the nearest color in your color styles

License:MIT License


Languages

Language:Vue 68.6%Language:TypeScript 22.4%Language:JavaScript 5.7%Language:SCSS 3.3%Language:HTML 0.1%