UNPKG

vueless

Version:

Vue Styleless UI Component Library, powered by Tailwind CSS.

6 lines (4 loc) 135 B
const bytesInMegabyte = 1024 * 1024; export function getFileMbSize(file: File) { return (file.size / bytesInMegabyte).toFixed(2); }