Searched defs:getImageAsync (Results 1 – 3 of 3) sorted by relevance
8 getImageAsync(_options: GetImageOptions): Promise<ClipboardImage | null>; constant
152 export async function getImageAsync(options: GetImageOptions): Promise<ClipboardImage | null> { function
119 export async function getImageAsync(options) { function