BIM Model Framework

If you want to simply present a BIM model you can refer to this open source library demo address because the model file is hosted on GitHub and it loads slowly on a foreign server

The installation

NPM install bimgl or yarn add bimgl

use

<div id=’viewer’></div>

import BIMGL from "bimgl";
const bimgl = new BIMGL();
bimgl.init(document.getElementById('viewer'),{
    uri: `modelURL`,
})