Skip to content

Commit a47cc8d

Browse files
authored
Merge pull request #25 from thingraph/feature/ver
Fix libredwg version issue for now
2 parents e8164fc + 4c80929 commit a47cc8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dwg_json_viewer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ <h1>Dwg/dxf Database JSON Viewer</h1>
105105
})();
106106
</script>
107107
<script type="module">
108-
import { DxfParser, VERSION, LIBREDWG_WEB_VERSION } from "@x-viewer/core";
108+
import { DxfParser, VERSION } from "@x-viewer/core";
109109

110+
const LIBREDWG_WEB_VERSION = "";
110111
// Display libredwg-web version
111112
const libredwgVersionElement = document.getElementById('libredwgVersion');
112113
if (libredwgVersionElement && LIBREDWG_WEB_VERSION) {

0 commit comments

Comments
 (0)