Interface PAGWorkerOptions

Hierarchy

  • PAGWorkerOptions

Properties

locateFile?: ((file: "libpag.wasm" | "libpag.js") => string)

Type declaration

    • (file: "libpag.wasm" | "libpag.js"): string
    • Link to wasm file and libpag core script.

      Parameters

      • file: "libpag.wasm" | "libpag.js"

      Returns string

workerOptions?: WorkerOptions

Configure for worker.

Generated using TypeDoc