OptionaldwgURL of the Web Worker bundle responsible for parsing DWG files.
DWG parsing is computationally expensive and must be executed in a Web Worker to maintain UI responsiveness.
OptionaldxfURL of the Web Worker bundle responsible for parsing DXF files.
This worker performs DXF decoding and entity extraction in a background thread to avoid blocking the UI.
OptionalmtextURL of the Web Worker bundle responsible for rendering MTEXT entities.
This worker handles MTEXT layout, formatting, and glyph processing independently from the main rendering thread.
Defines URLs for Web Worker JavaScript bundles used by the CAD viewer.
Each entry points to a standalone worker script responsible for off-main-thread processing such as file parsing or text rendering.