2025-06-24 10:48:09 +08:00
2025-06-19 20:51:02 +08:00
2025-06-24 10:48:09 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-23 16:50:07 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-24 10:48:09 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00
2025-06-19 20:51:02 +08:00

dwg文件解析、转换为svg文件并在浏览器中展示demo

Then, install the dependencies:

pnpm install

当前仅支持 src/example/example3.dwg 文件可以拖动元件

Scripts

  • pnpm dev - start a development server with hot reload.
  • pnpm build - build for production. The generated files will be on the dist folder.
  • pnpm preview - locally preview the production build.
  • pnpm test - run unit and integration tests related to changed files based on git.
  • pnpm test:ci - run all unit and integration tests in CI mode.
  • pnpm test:e2e - run all e2e tests with Playwright.
  • pnpm test:e2e:ci - run all e2e tests headlessly.
  • pnpm format - format all files with Biome Formatter.
  • pnpm lint - runs TypeScript and Biome.
  • pnpm validate - runs lint, test:ci and test:e2e:ci.
Description
No description provided
Readme MIT 481 KiB
Languages
JavaScript 75.7%
TypeScript 20.4%
CSS 3.1%
HTML 0.8%