dataUrlToFile
function dataUrlToFile(
url: string,
filename: string,
mimeType: string
): Promise<File>
Parameters
| Name | Description |
|---|---|
| |
| |
| |
Returns
Promise<File>
function dataUrlToFile(
url: string,
filename: string,
mimeType: string
): Promise<File>
| Name | Description |
|---|---|
| |
| |
| |
Promise<File>