UNPKG

@mlightcad/libdxfrw-web

Version:

a webassembly version of libdxfrw, which can read/write DXF files (in both formats, ascii and binary form) and read DWG files from AutoCAD R14 to AutoCAD 2020.

33 lines 768 B
{ "name": "@mlightcad/libdxfrw-web", "description": "a webassembly version of libdxfrw, which can read/write DXF files (in both formats, ascii and binary form) and read DWG files from AutoCAD R14 to AutoCAD 2020.", "license": "GPL-2.0-only", "private": false, "version": "0.1.0", "author": "MLight Lee <mlight.lee@outlook.com>", "repository": { "type": "git", "url": "git://github.com/mlight-lee/libdxfrw" }, "keywords": [ "AutoCAD", "cad", "dxf", "dxf-reader", "dxf-writer", "dwg", "dwg-reader", "libdxfrw", "mlight", "mlightcad", "wasm", "webassembly" ], "files": [ "dist", "README.md", "package.json" ], "module": "./dist/libdxfrw.js", "types": "./dist/libdxfrw.d.ts" }