import document from "document"; import * as healthOverlay from "healthOverlay.js" console.log("App Started"); healthOverlay.init(); healthOverlay.continuousUpdate(1000); // update every 2 seconds while visible