UNPKG

@loaders.gl/video

Version:

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

9 lines (8 loc) 192 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export function assert(condition, message) { if (!condition) { throw new Error(message); } }