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
3838yarn add @x-viewer/core
3939```
4040
41- ### Quick Start – Viewer2d (DXF/ DWG Viewer)
41+ ### Quick Start – Viewer2d (DWG/DXF Viewer)
4242
4343``` typescript
4444import { Viewer2d } from " @x-viewer/core" ;
0 commit comments