import { Stear, SWindow } from "./stear/main.js"; import {applyScrollBarCss1} from "./stear/extra/Style/scrollBar1.js" import start from "./pages/start.jsx"; import * as color from "./js/color.js" var stear = new Stear(document.querySelector("#stear")); stear.style({ backgroundColor: color.bg(), fontFamily: "Helvetica Neue", fontWeight: "lighter", fontSize: "0.9em", color: color.text(), }); applyScrollBarCss1(); stear.call(start, {}); window.stear = stear; Stear.addLanguageFile({ }, "de"); Stear.lang = "de"; window.stear = stear;