fetchImage.d.ts 76 B

1
  1. export declare function fetchImage(uri: string): Promise<HTMLImageElement>;