UNPKG

@mlightcad/libredwg-converter

Version:

The `libredwg-converter` package provides a DWG file converter for the RealDWG-Web ecosystem, enabling reading and conversion of DWG files into the AutoCAD-like drawing database structure. It is based on the [LibreDWG](https://www.gnu.org/software/libredw

7 lines 234 B
export declare function parseDwg(data: string): Promise<{ database: import("@mlightcad/libredwg-web").DwgDatabase; stats: { unknownEntityCount: number; }; }>; //# sourceMappingURL=AcDbLibreDwgConverterUtil.d.ts.map