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