@bitbybit-dev/manifold-worker
Version:
Bit By Bit Developers Manifold Based CAD Library to Program Geometry Via WebWorker
12 lines (11 loc) • 432 B
TypeScript
import { ManifoldBitByBit } from "./manifold-bitbybit";
import { ManifoldWorkerManager } from "../manifold-worker/manifold-worker-manager";
/**
* This should be used only if you want to use only Manifold worker without other of the bitbybit packages
*/
export declare class BitByBitManifold {
manifoldWorkerManager: ManifoldWorkerManager;
manifold: ManifoldBitByBit;
constructor();
init(manifold: Worker): void;
}