Skip to content

Commit 6e369e9

Browse files
authored
Merge pull request #32 from thingraph/feature/rename
Rename
2 parents 9def547 + 6bad137 commit 6e369e9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## dxf-viewer-examples
1+
## dwg-viewer-example
22

3-
Examples showing how to view **2D DXF/DWG drawings** in the browser using the `@x-viewer/core` 2D viewer engine (WebGL/Three.js based).
3+
Examples showing how to view **2D DWG/DXF drawings** in the browser using the `@x-viewer/core` 2D viewer engine (WebGL/Three.js based).
44

55
- **Online demos**: [Online examples](https://dxf.thingraph.site/)
66

@@ -17,13 +17,13 @@ The dev server will start and you can open the examples in your browser.
1717

1818
## About @x-viewer/core
1919

20-
The examples in this repo are built on top of `@x-viewer/core`, focusing on the **Viewer2d** for DXF/DWG drawings.
21-
It includes DXF/DWG parsing and 2D rendering, layer control, layouts, measurements, markups and other utilities for building 2D drawing applications.
20+
The examples in this repo are built on top of `@x-viewer/core`, focusing on the **Viewer2d** for DWG/DXF drawings.
21+
It includes DWG/DXF parsing and 2D rendering, layer control, layouts, measurements, markups and other utilities for building 2D drawing applications.
2222

2323
### Features
2424

2525
- High-performance 2D rendering: WebGL-based rendering engine built on Three.js
26-
- DXF/DWG support: Parse and render DXF/DWG files entirely in the browser without backend server
26+
- DWG/DXF support: Parse and render DWG/DXF files entirely in the browser without backend server
2727
- Rich 2D tools: layers, layouts, osnaps, distance/area/angle measurements, markups, comparison, screenshots, etc.
2828
- Modular architecture: Designed for extensibility and seamless integration
2929
- TypeScript: Full TypeScript support with comprehensive type definitions
@@ -38,7 +38,7 @@ pnpm add @x-viewer/core
3838
yarn add @x-viewer/core
3939
```
4040

41-
### Quick Start – Viewer2d (DXF/DWG Viewer)
41+
### Quick Start – Viewer2d (DWG/DXF Viewer)
4242

4343
```typescript
4444
import { Viewer2d } from "@x-viewer/core";

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<div class="footer-content">
151151
Contact: <a href="mailto:thingraph@outlook.com">thingraph@outlook.com</a>
152152
&nbsp;|&nbsp;
153-
<a class="footer-link" href="https://github.com/thingraph/dxf-viewer-examples" target="_blank" rel="noopener">GitHub</a>
153+
<a class="footer-link" href="https://github.com/thingraph/dwg-viewer-example" target="_blank" rel="noopener">GitHub</a>
154154
</div>
155155
</footer>
156156

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dxf-viewer-examples",
2+
"name": "dwg-viewer-example",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)