Hey everyone,
Iām currently trying to build a plugin that will convert Figma ComponentNodes into images using exportAsync. The user can select a component, click render, and it call exportAsync on the component and return the image bytes.
However, the image that is exported has a drop shadow effect. I want to export the image without any effects, if it is possible.
Thank you so much for your help, I greatly appreciate it.