in public/assets/maplibre/maplibre-gl-framerate.js [113:122]
_defineProperty(this, "onMoveEnd", function () {
var now = performance.now();
_this.updateGraph(_this.getFPS(now));
_this.frames = 0;
_this.time = null;
_this.map.off('render', _this.onRender);
});