@ifc-lite/drawing-2d 1.16.0 → 1.16.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 +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -124,11 +124,11 @@ import {
|
|
|
124
124
|
} from '@ifc-lite/drawing-2d';
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
Each renderer returns SVG fragments that you wrap in your own `<svg>` document — see the [2D Drawings Guide](https://
|
|
127
|
+
Each renderer returns SVG fragments that you wrap in your own `<svg>` document — see the [2D Drawings Guide](https://ltplus-ag.github.io/ifc-lite/guide/drawing-2d/) for a worked sheet-composition example.
|
|
128
128
|
|
|
129
129
|
## API
|
|
130
130
|
|
|
131
|
-
See the [2D Drawings Guide](https://
|
|
131
|
+
See the [2D Drawings Guide](https://ltplus-ag.github.io/ifc-lite/guide/drawing-2d/) and [API Reference](https://ltplus-ag.github.io/ifc-lite/api/typescript/#ifc-litedrawing-2d).
|
|
132
132
|
|
|
133
133
|
## License
|
|
134
134
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifc-lite/drawing-2d",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "2D architectural drawing generation from IFC models - section cuts, floor plans, and elevations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ifc-lite/geometry": "^
|
|
15
|
+
"@ifc-lite/geometry": "^2.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@webgpu/types": "^0.1.
|
|
19
|
-
"typescript": "^
|
|
18
|
+
"@webgpu/types": "^0.1.70",
|
|
19
|
+
"typescript": "^6.0.3",
|
|
20
20
|
"vitest": "^1.6.0"
|
|
21
21
|
},
|
|
22
22
|
"license": "MPL-2.0",
|
|
23
23
|
"author": "Louis True",
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "https://github.com/
|
|
26
|
+
"url": "https://github.com/LTplus-AG/ifc-lite.git",
|
|
27
27
|
"directory": "packages/drawing-2d"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://
|
|
30
|
-
"bugs": "https://github.com/
|
|
29
|
+
"homepage": "https://ltplus-ag.github.io/ifc-lite/",
|
|
30
|
+
"bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"ifc",
|
|
33
33
|
"bim",
|