ai-plugin-template
ai-plugin-template copied to clipboard
figma API is not working
useEffect(() => {
const temp = async () => {
figmaAPI.run(async (figma) => {
console.log("figma api");
});
};
temp();
}, []);
@Akshithpottigari have you been able to solve this issue?
No @rnrnshn . I raised this as an issue because it wasn't working for me.
I'm also running into a similar issue! https://github.com/figma/ai-plugin-template/issues/9