Type alias LibSANEFactory

LibSANEFactory: ((options?) => Promise<LibSANE>)

Type declaration

    • (options?): Promise<LibSANE>
    • The factory that initializes the core SANE Emscripten module.

      Parameters

      • Optional options: {
            sane?: LibSANEOptions;
            [k: string]: any;
        }
        Optional
        • [k: string]: any
        • Optional sane?: LibSANEOptions

          Emscripten module options specific to sane-wasm.

      Returns Promise<LibSANE>

Generated using TypeDoc