UNPKG

figma-plugin-ds-svelte

Version:

A collection of Svelte components that match the Figma UI for building plugins.

9 lines (6 loc) 122 B
// for testing import App from './App.svelte'; const app = new App({ target: document.body, }); export default app;