Hi,
I’m new to the Figma plugin. When reading the Figma API document, I understand that my plugin during development ran on the sandbox
provided by Figma (It’s compiled to Wasm at runtime).
But, my concern is: If my plugin is not public, is this automatically uploaded to Figma cloud or not? (In fact, I don’t want it to happen). Currently, I assume that the sandbox locates on a local Browser, is that correct?
Thank you so much!