init commit
This commit is contained in:
7
remotion/node_modules/@remotion/renderer/dist/to-megabytes.js
generated
vendored
Normal file
7
remotion/node_modules/@remotion/renderer/dist/to-megabytes.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.toMegabytes = toMegabytes;
|
||||
function toMegabytes(bytes) {
|
||||
const mb = bytes / 1024 / 1024;
|
||||
return `${Math.round(mb * 10) / 10} Mb`;
|
||||
}
|
||||
Reference in New Issue
Block a user