Searched refs:findImageInClipboardAsync (Results 1 – 7 of 7) sorted by relevance
15 export declare function findImageInClipboardAsync(items: ClipboardItems): Promise<Blob | null>;
2 import { base64toBlob, blobToBase64Async, findHtmlInClipboardAsync, findImageInClipboardAsync, getI…113 const blob = await findImageInClipboardAsync(clipboardItems);
52 export async function findImageInClipboardAsync(items) { function
1 …findImageInClipboardAsync,\n getImageSizeFromBlobAsync,\n htmlToPlainText,\n isClipboardPermiss…
1 …ight: img.height });\n };\n });\n}\n\nexport async function findImageInClipboardAsync(items: C…
11 findImageInClipboardAsync,131 const blob = await findImageInClipboardAsync(clipboardItems);
58 export async function findImageInClipboardAsync(items: ClipboardItems): Promise<Blob | null> { function