# libredwg-web **Repository Path**: mlight-lee/libredwg-web ## Basic Information - **Project Name**: libredwg-web - **Description**: A DWG/DXF JavaScript parser based on libredwg - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-10-16 - **Last Updated**: 2025-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: dwg-parser, autocad, dxf-parser, DWG, DXF ## README # libredwg-web This is a DWG/DXF JavaScript parser based on libredwg. It can be used in browser and Node.js environments. - [Live demo](https://mlightcad.github.io/libredwg-web/) - [API docs](https://mlightcad.github.io/libredwg-web/docs/) ## Usage ```bash npm install @mlightcad/libredwg-web ``` Please refer to [README](./bindings/javascript/README.md) to get more details. ## Example Applications The project provides three sample applications: - [Dwg Database Json Viewer](https://mlightcad.github.io/libredwg-web/1_dwg_json_viewer.html) - [Raw Liredwg-Web WebAssembly API Usage](https://mlightcad.github.io/libredwg-web/2_raw_wasm_usage.html) - [Convert DWG to SVG](https://mlightcad.github.io/libredwg-web/3_convert_to_svg.html) - [Extract Thumbnail Image from Dwg file](https://mlightcad.github.io/libredwg-web/4_extract_dwg_thumbnail.html)