I want to share some data between c# and Figma plugin. For example, when c# send name of a node, figmal plugin set that node’s visibility to true and I need to call exportAsync , instead of direct download png, i want to send the bytearray back to c# via some protocol.
How to achieve this?