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

Fixes #205. This change appends the `file://` protocol to windows paths to the error below (technically we let `pathToFileURL` from `node:url` do the work) ``` ESBuild: Only URLs with a...

Hi guys. I've been using this pattern for some time to study and develop a plugin, but "npm watch" never updated the plugin interface. Does anyone else go through this?...

wontfix

Not sure the best way to title this, but it would be cool to see support for Bun. If I have anything to contribute from testing I will add it...

enhancement

I'm trying to create a package of UI components that are built from components in `@create-figma-plugin/ui`. In another project, I'm importing that package and trying to use it. If I...

bug

**Fix: Rendering of CSS Class Names with Special Characters** In standard CSS naming conventions, class names can include alphanumeric characters, hyphens, and underscores. However, special characters require escaping to ensure...

Branch: main Node: v18.16.1 NPM: 9.5.1 I run `npm install` Expected result: NPM packages should be installed Actual result: NPM packages are installed with warnings, NPM install forces build, which...

bug
help wanted
windows

Hi, how can I access different env files (ex: .dev.env , .prod.env) based on the environment? I tried to define process.env.NODE_ENV during the build script but in runtime I get...