UNPKG

@bitbybit-dev/manifold-worker

Version:

Bit By Bit Developers Manifold Based CAD Library to Program Geometry Via WebWorker

14 lines (13 loc) 385 B
export declare const initializationComplete: (mnf: any, plugins?: any, doNotPost?: boolean) => void; declare type DataInput = { /** * Action data is used for cashing as a hashed number. */ action: { functionName: string; inputs: any; }; uid: string; }; export declare const onMessageInput: (d: DataInput, postMessage: any) => void; export {};