A figma plugin that allows designers to easily mix fonts in complex content type sentences.
During development, watch your project for changes with the following command.
npm run dev
Start building your plugin UI in 'src/Plugin.svelte'
.
When ready to package up your final Figma Plugin:
npm run build
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}
- Add custom regular expression support as an advanced function
- Support local storage
- Support Deep selection
- Support multiple setting group