It would be awesome if we could get access to copy and paste data in the Plugin API. We’re looking at creating a product which allows users export from our site to Figma (ideally through the clipboard) and the current ways of doing that involve some gnarly scripting I’d rather avoid.
If there’s another solution that would be awesome too!
To be more specific the endpoint would be used like
let copyData = figma.selectione0].copyData
so we could copy that into users clipboards on our site.