← All Projects
DXF 查看器
InternalA fully in-browser DXF viewer and light editor — parsed in a Web Worker, zero servers.
Engineering DXF files usually just need a quick look, a measurement or an export — but traditional tools mean installing CAD software. This viewer does everything in the browser: a Web Worker parses 14 entity types without blocking the main thread, light editing works on the canvas, and one click exports SVG or PDF. Zero installs, zero servers, and files never leave the machine.
## Highlights
- 01 Open DXF directly in the browser, zero installs
- 02 Web Worker parses 14 entity types off the main thread
- 03 Light editing on canvas
- 04 One-click export to SVG / PDF
- 05 Files never leave the local machine
## Tech
Web WorkerTypeScriptCanvasZero-backend