• Converts a base64 string to a File object and saves it with the specified file name.

    Parameters

    • url: string

      The base64 string, blob url or http url of the file.

    • Optional fileName: string

      The name to save the file as.

    • Optional mimeType: string

      The mime type of the file

    Returns Promise<File | null>

    The converted File object.

Generated using TypeDoc