in public/assets/maplibre/maplibre-gl-framerate.js [136:139]
_defineProperty(this, "getFPS", function (now) {
_this.totalTime += now - _this.time, _this.totalFrames += _this.frames;
return Math.round(1e3 * _this.frames / (now - _this.time)) || 0;
});