create-figma-plugin icon indicating copy to clipboard operation
create-figma-plugin copied to clipboard

:battery: The comprehensive toolkit for developing plugins and widgets for Figma and FigJam

Results 42 create-figma-plugin issues
Sort by recently updated
recently updated
newest added

https://github.com/yuanqing/create-figma-plugin/issues/112#issuecomment-1175140905

bug

I most miss the ability to nest rules... It'd be nice to either support modules like `postcss-nested` (or whatever is defined in `postcss.config.js`) or SCSS support as an option.

enhancement

info Building... error esbuild error Only file and data URLs are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

bug
help wanted
windows

When using the event handlers in an iframe that points to another domain, you're required to specify the plugin id (or wildcard with '*') Could the `emit` function accept an...

enhancement

When using `preact/compat` (i.e. when any dependency uses React directly), `onFocus` event will bubble (to match React behavior): https://github.com/preactjs/preact/pull/3355 For dropdown this will cause a selection bug (mousedown on an...

bug

- Sort by install count / published date

enhancement

I think This would be how the tooltip component can be used: ```js Line height ``` or ```js /* tooltip trigger */ ``` Also, Textbox components would be much more...

enhancement

Hi @yuanqing — I found a few missing Layer Icon components that would be nice to have included. **Missing layer icons based on node type:** - BOOLEAN_OPERATION - POLYGON -...

enhancement