GithubHelp home page GithubHelp logo

fwextensions / fwidgets Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 0.0 824 KB

Create a simple Figma plugin UI with zero UI code.

License: MIT License

TypeScript 84.60% CSS 2.24% JavaScript 13.16%
figma figma-api figma-plugin ui-components

fwidgets's People

Contributors

fwextensions avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fwidgets's Issues

Could not resolve "fwidgets/ui"

Hi
This project looks super useful! Thanks!
But i get an error when i try to build it after i run npm install:

info Typechecking...
error TypeScript error

    src/main.ts:1:26 - error TS2307: Cannot find module 'fwidgets' or its corresponding type declarations.
    1 import { fwidgets } from "fwidgets";
    src/main.ts:31:34 - error TS7031: Binding element 'input' implicitly has an 'any' type.
    31 export default fwidgets(async ({ input, output, ui }) => {
    src/main.ts:31:41 - error TS7031: Binding element 'output' implicitly has an 'any' type.
    31 export default fwidgets(async ({ input, output, ui }) => {
    src/main.ts:31:49 - error TS7031: Binding element 'ui' implicitly has an 'any' type.
    31 export default fwidgets(async ({ input, output, ui }) => {
    src/ui.tsx:1:39 - error TS2307: Cannot find module 'fwidgets/ui' or its corresponding type declarations.
    1 export { FwidgetsUI as default } from "fwidgets/ui";

If i comment out the typechecking in tsconfig i'm left with this error.

info Building...
error esbuild error
    Build failed with 1 error:
    src/ui.tsx:1:38: ERROR: Could not resolve "fwidgets/ui"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.