Laura San Martin
Laura San Martin
Hi everyone! If it helps, you can get the image base64 string from toPNG like this: ```node.get('image').toPng().currentSrc``` Or you can manipulate the image using canvas and the get the base64...
Errr actually this works like a charm: `layer.get('image').toBase64()` Result: 
> When clicking a script, it was executing "auto run scripName". Reading the code, I found out this: > > ```ts > const packageManager: string = > workspace.getConfiguration("npm").get("packageManager") || "npm";...