UNPKG

isobmff-inspector

Version:

Simple ISOBMFF parser, compatible with JavaScript and Node.JS

9 lines (7 loc) 155 B
import ftypBox from "./ftyp.js"; export default { name: "Segment Type Box", description: "", content: ftypBox.content, parser: ftypBox.parser, };