UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

7 lines (6 loc) 217 B
/** * Convert a file into a data URL. * @param file The file to convert to a data URL * @returns {Promise<string>>} The data URL of the file */ export declare const fileToDataURL: (file: File) => Promise<string>;