UNPKG

@loaders.gl/video

Version:

Framework-independent loaders and writers for video (MP4, WEBM, ...)

6 lines 223 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export { VideoLoader } from "./video-loader.js"; export { default as GIFBuilder } from "./gif-builder.js"; //# sourceMappingURL=index.js.map