figma / ai-plugin-template

An example of making a Figma plugin that talks to OpenAI GPT models.
MIT License
90 stars 16 forks source link

figma API is not working #8

Open Akshithpottigari opened 5 months ago

Akshithpottigari commented 5 months ago
useEffect(() => {
const temp = async () => {
      figmaAPI.run(async (figma) => {
        console.log("figma api");
      });
    };

    temp();
  }, []);
rnrnshn commented 1 month ago

@Akshithpottigari have you been able to solve this issue?

Akshithpottigari commented 1 month ago

No @rnrnshn . I raised this as an issue because it wasn't working for me.

klyap commented 1 month ago

I'm also running into a similar issue! https://github.com/figma/ai-plugin-template/issues/9