plugin-samples
plugin-samples copied to clipboard
🔌 Sample Figma plugins.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.6 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
After downloading according to the process and running tsc, the error reported in figma is: Invalid manifest field 'networkAccess', and the URLs in the configuration items are all 404. what...
I created a started project for building Figma plugins using TailwindCSS, React and Typescript.
Downloading and attempting to run the plugin locally doesn't seem to work, I get an error.    from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
please add an example of https://www.figma.com/plugin-docs/oauth-with-plugins
 its showing Property 'createImageAsync' does not exist on type 'PluginAPI'. Did you mean 'createImage'?ts(2551)
I am developing a plugin for myself, I want to find all TextNodes and ignore nodes that are hidden. Do I use **figma.skipInvisibleInstanceChildren = true;** but the result, I get...