You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After calling layer.composite() to extract the pixel data, you can either use the Canvas API (if you're in a web browser) or a library like pngjs to convert that to a PNG file.
In the documentation it says you can export a layer to pixel data. How would you save that to a PNG? I'm using node js.
The text was updated successfully, but these errors were encountered: