This monorepo contains the dxf-viewer-react library and a demo application.
- dxf-viewer-react: A headless React hook and component for viewing DXF files.
- demo: A full example application showcasing the library.
-
Install Dependencies
pnpm install
-
Start Development Server
pnpm dev
This will start both the library build (in watch mode) and the demo application.
See packages/library/README.md for detailed library usage and API documentation.
MIT