cloneImageRecord
const cloneImageRecord: (image) => Promise<{
image: ImageBitmap;
key: string;
}>;
Parameters
| Parameter | Type |
|---|---|
image | ImageRecord |
Returns
Promise<{
image: ImageBitmap;
key: string;
}>
const cloneImageRecord: (image) => Promise<{
image: ImageBitmap;
key: string;
}>;
| Parameter | Type |
|---|---|
image | ImageRecord |
Promise<{
image: ImageBitmap;
key: string;
}>