Options
All
  • Public
  • Public/Protected
  • All
Menu

Module init

Index

Functions

  • getAnylineWorker(__namedParameters: { mock: boolean; params: AnylineJSParams }): { launch: () => void; onImagereq: () => void; onLoaded: () => void; passReportingPayload: (params: any) => void; sendImage: (image: any) => void; sendMessage: (msg: any) => void; terminate: () => void } | { anylineWorkerInstance: null | Worker; sendMessage: (msg: any) => void; terminate: () => any }
  • Parameters

    Returns { launch: () => void; onImagereq: () => void; onLoaded: () => void; passReportingPayload: (params: any) => void; sendImage: (image: any) => void; sendMessage: (msg: any) => void; terminate: () => void } | { anylineWorkerInstance: null | Worker; sendMessage: (msg: any) => void; terminate: () => any }

Generated using TypeDoc