Skip to content

seanehalpin/figma-outlines

Repository files navigation

Outlines

A tool to quickly create autolayout outlines

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}

About

figma plugin for outlines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published