plugin-samples
plugin-samples copied to clipboard
🔌 Sample Figma plugins.
because the code is inline, so if cache the HTML, the code will not reload.
After doing the instruction from the documentation, this error is displayed... 
 When trying to run plugin (after importing manifest file) the plugin shows error.
The following snippet logs a warning `unhandled promise rejection: Throw: The font "My Font Regular" could not be loaded` ``` figma.listAvailableFontsAsync().then(fonts => { for (const font of fonts) { if...
Hi, I am facing an issue while using this package for Figma plugin and the following is the error I am facing ` node_modules/@figma/plugin-typings/index.d.ts:11:9 11 const console: Console ~~~~~~~ 'console'...
Add example of rectangles plugin building with Svelte and Rollup
The React example is using an outdated webpack file and React version. This updates the component to use a functional definition, rather than the class. More improvements could be made.
When I try to run the plugin, I get this error.
I tried the variables-import-export plugin. It worked to export variables ok. When I tried to import JSON following the design tokens specification it would only import colors and not dimensions....