UNPKG

@bitbybit-dev/base

Version:

Bit By Bit Developers Base CAD Library to Program Geometry

7 lines (6 loc) 125 B
import { Dxf } from "./helpers/dxf/dxf"; export class IoBitByBit { constructor() { this.dxf = new Dxf(); } }