Interface PAGWorkerOptions

Hierarchy

  • PAGWorkerOptions

Properties

locateFile?: ((file) => string)

Type declaration

    • (file): 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