UNPKG

@nlabs/gothamjs

Version:
6 lines (5 loc) 242 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ export declare const convertFileToBase64: (file: File, maxSize: number) => Promise<string>;