manifold-3d
    Preparing search index...

    Interface evaluateOptions

    If bundle is set to false, the worker will not bundle code, and assume that it has already been bundled. An undefined value will be treated by default as true.

    interface evaluateOptions {
        doNotBundle?: boolean;
        fetchRemotePackages?: boolean;
        filename?: string;
        jsCDN?: string;
    }
    Index

    Properties

    doNotBundle?: boolean
    fetchRemotePackages?: boolean
    filename?: string
    jsCDN?: string