manifold-3d
    Preparing search index...

    Module lib/bundler

    The bundler resolves files and modules at load time, bundles them, and allows the manifoldCAD runtime to provide objects (like manifold itself) and properties (such as import.meta.url).

    Interfaces

    BundlerOptions

    Functions

    bundleCode
    bundleFile
    esbuildManifoldPlugin

    This is a plugin for esbuild that has three functions:

    • It resolves NPM packages to urls served by various CDNs.
    • It fetches imports from http/https urls.
    • It provides evaluation context to npm packages.
    setHasOwnWorker
    setWasmUrl

    Variables

    cdnUrlHelpers

    These content delivery networks provide NPM modules as ES modules, whether they were published that way or not.