We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8164fc + 4c80929 commit a47cc8dCopy full SHA for a47cc8d
1 file changed
dwg_json_viewer.html
@@ -105,8 +105,9 @@ <h1>Dwg/dxf Database JSON Viewer</h1>
105
})();
106
</script>
107
<script type="module">
108
- import { DxfParser, VERSION, LIBREDWG_WEB_VERSION } from "@x-viewer/core";
+ import { DxfParser, VERSION } from "@x-viewer/core";
109
110
+ const LIBREDWG_WEB_VERSION = "";
111
// Display libredwg-web version
112
const libredwgVersionElement = document.getElementById('libredwgVersion');
113
if (libredwgVersionElement && LIBREDWG_WEB_VERSION) {
0 commit comments