@mlightcad/libdxfrw-converter 3.6.4 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @mlightcad/libdxfrw-converter
|
|
2
2
|
|
|
3
|
+
[](https://www.gnu.org/licenses/gpl-2.0.html)
|
|
4
|
+
[](https://www.npmjs.com/package/@mlightcad/libdxfrw-converter)
|
|
5
|
+
|
|
3
6
|
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) library compiled to WebAssembly.
|
|
4
7
|
|
|
5
8
|
## Overview
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlightcad/libdxfrw-converter",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"license": "GPL-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -35,10 +35,13 @@
|
|
|
35
35
|
"require": "./dist/libdxfrw-converter.umd.cjs"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {},
|
|
38
|
-
"devDependencies": {
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"vite": "^5.2.10",
|
|
40
|
+
"@mlightcad/data-model": "1.9.1"
|
|
41
|
+
},
|
|
39
42
|
"peerDependencies": {
|
|
40
43
|
"@mlightcad/libdxfrw-web": "0.0.9",
|
|
41
|
-
"@mlightcad/data-model": "1.
|
|
44
|
+
"@mlightcad/data-model": "1.9.1"
|
|
42
45
|
},
|
|
43
46
|
"scripts": {
|
|
44
47
|
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
|