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.
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.