Skip to main content
yoshio
New Participant
April 1, 2024
Solved

How do I get an image of the frame layer only?

  • April 1, 2024
  • 2 replies
  • 271 views

Hi all.

I would like to know the API to get an image of the frame layer only, not including the children.
※exportAsync() is not supposed to be used because the image includes children as well.

This topic has been closed for replies.
Best answer by Gleb

Remove all children temporarily.

2 replies

Gleb
GlebAnswer
Power Member
April 1, 2024

Remove all children temporarily.

yoshio
yoshioAuthor
New Participant
April 1, 2024

Thanks Gleb.

Very good idea.
But I can’t remove it, so I’ll just hide it.