/figma-plugin-font-mixer

A Figma plugin that allows designers to easily mix fonts in complex content type sentences.

Primary LanguageSvelte

Figma-plugin-font-mixer

A figma plugin that allows designers to easily mix fonts in complex content type sentences.

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

Useful info

To include an external CSS file:

import styles from './styles.css';

To include an SVG:

import SvgName from './image.svg';

//use in your markup
{@html SvgName}

Todos

  1. Add custom regular expression support as an advanced function
  2. Support local storage
  3. Support Deep selection
  4. Support multiple setting group