Skip to content

seanehalpin/figchat

Repository files navigation

Figchat

Plugin for building chat artboards inside Figma

Built with Figma Plugin DS Svelte

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 chatting in the document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published