Laura San Martin

Results 3 comments of 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: ![image](https://user-images.githubusercontent.com/14986428/159704512-42adbcd4-d27f-4d38-b9a9-44945b706378.png)

> 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";...