figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

Why does `PageNode` implements `ExportMixin` #100

Closed softmarshmallow closed 2 years ago

softmarshmallow commented 2 years ago

Page cannot be exported. why does PageNode implements ExportMixin ?

or.. can it be? - if yes - how?

glebsexy commented 2 years ago

A page can be exported. If you want to do it via the editor, you can deselect everything and in the right panel you will see export settings for the page.

softmarshmallow commented 2 years ago

Did not know !

Thanks a lot