UNPKG

@mlightcad/libdxfrw-converter

Version:

The `libdxfrw-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 [libdxfrw](https://github.com/LibreDWG/libdxfrw

47 lines 1.03 kB
{ "name": "@mlightcad/libdxfrw-converter", "version": "2.0.6", "type": "module", "repository": { "type": "git", "url": "git://github.com/mlight-lee/realdwg-web" }, "keywords": [ "autocad", "cad", "dwg", "dxf", "libdxfrw", "libdxfrw-web", "mlight", "mlightcad", "objecarx", "realdwg" ], "files": [ "dist", "lib", "README.md", "package.json" ], "main": "./dist/libdxfrw-converter.umd.cjs", "module": "./dist/libdxfrw-converter.js", "types": "./lib/index.d.ts", "exports": { "types": "./lib/index.d.ts", "import": "./dist/libdxfrw-converter.js", "require": "./dist/libdxfrw-converter.umd.cjs" }, "dependencies": {}, "devDependencies": {}, "peerDependencies": { "@mlightcad/libdxfrw-web": "0.0.9", "@mlightcad/data-model": "1.1.6" }, "scripts": { "clean": "rimraf dist lib tsconfig.tsbuildinfo", "build": "tsc && vite build", "lint": "eslint src/", "lint:fix": "eslint --fix --quiet src/" } }