~/ruiqin.dev
← All Projects

DXF 查看器

Internal

A fully in-browser DXF viewer and light editor — parsed in a Web Worker, zero servers.

DXF 查看器 screenshot

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

  1. 01 Open DXF directly in the browser, zero installs
  2. 02 Web Worker parses 14 entity types off the main thread
  3. 03 Light editing on canvas
  4. 04 One-click export to SVG / PDF
  5. 05 Files never leave the local machine

## Tech

Web WorkerTypeScriptCanvasZero-backend