My plugin uses a couple of API keys that must be kept secret.
The solution I had in mind was using dotenv
. However, I’m instead running into some errors which I can’t make much sense out of.
What should I do? Should I use setPluginData? Does dotenv even work for Figma Plugin development anyways?
Thanks!