Read an image from the system clipboard.
Returns a Bun.Image wrapping whatever container the clipboard holds (PNG, TIFF, HEIC, JPEG, BMP, …); call metadata, resize, etc. as usual. null if no image is present.
- macOS: NSPasteboard
- Windows: registered
"PNG"/CF_DIBV5/CF_DIB - Linux: always
null(usewl-paste/xclipand pass the bytes tonew Bun.Image(...))