UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

6 lines 183 B
export async function loadVideo(url) { return fetch(url) .then(response => response.bytes()) .then(bytes => bytes.buffer); } //# sourceMappingURL=load-video.js.map