plugin-samples icon indicating copy to clipboard operation
plugin-samples copied to clipboard

🔌 Sample Figma plugins.

Results 47 plugin-samples issues
Sort by recently updated
recently updated
newest added

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... ![image](https://user-images.githubusercontent.com/44965214/161534059-0d404390-58ee-4a55-8667-3c1eb8daff0b.png)

![image](https://user-images.githubusercontent.com/7879784/150208939-59d011d5-e1b0-403f-8e33-0f4ab7fb4691.png) 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....