// Load the trame and save it's url to the appropriate // css variable // // Gross we have to do it this way but it's whatever app.bundle.open('./half-trame.png', 'URL') .then(url => document.querySelector(':root').style.setProperty('--xash-trame', `url(${url})`) ) { const modList = document.getElementById('mods') console.log(app) }