init commit
This commit is contained in:
7
remotion/node_modules/@remotion/webcodecs/dist/arraybuffer-to-uint8-array.js
generated
vendored
Normal file
7
remotion/node_modules/@remotion/webcodecs/dist/arraybuffer-to-uint8-array.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.arrayBufferToUint8Array = void 0;
|
||||
const arrayBufferToUint8Array = (buffer) => {
|
||||
return buffer ? new Uint8Array(buffer) : null;
|
||||
};
|
||||
exports.arrayBufferToUint8Array = arrayBufferToUint8Array;
|
||||
Reference in New Issue
Block a user