@mlightcad/graphic-interface
Version:
The graphic-interface package provides the graphics interface for controlling how AutoCAD entities are displayed on screen. This package offers a simplified API compared to AutoCAD ObjectARX's AcGi classes, making it more developer-friendly while maintain
44 lines • 961 B
JSON
{
"name": "@mlightcad/graphic-interface",
"version": "3.1.4",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mlightcad/realdwg-web"
},
"keywords": [
"autocad",
"cad",
"dwg",
"dxf",
"mlight",
"mlightcad",
"objectarx",
"realdwg"
],
"files": [
"dist",
"lib",
"README.md",
"package.json"
],
"main": "./dist/graphic-interface.umd.cjs",
"module": "./dist/graphic-interface.js",
"types": "./lib/index.d.ts",
"exports": {
"types": "./lib/index.d.ts",
"import": "./dist/graphic-interface.js",
"require": "./dist/graphic-interface.umd.cjs"
},
"peerDependencies": {
"@mlightcad/common": "1.3.0",
"@mlightcad/geometry-engine": "3.1.3"
},
"scripts": {
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
"build": "tsc && vite build",
"lint": "eslint src/",
"lint:fix": "eslint --fix --quiet src/"
}
}