UNPKG

@bitbybit-dev/jscad-worker

Version:

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

14 lines (13 loc) 385 B
export declare const initializationComplete: (jcd: 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 {};