@svta/common-media-library
    Preparing search index...

    Type Alias IsoViewConfigBeta

    ISO View configuration

    type IsoViewConfig = {
        parsers?: BoxParserMap;
        recursive?: boolean;
    }
    Index

    Properties

    Properties

    parsers?: BoxParserMap

    A map of box parsers to their box types

    recursive?: boolean

    Whether to parse boxes recursively