Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
PZerua committed Oct 21, 2024
1 parent 0743ae8 commit 37c6fd5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion www/digital_locations.js

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"imports": {
"lexgui": "https://cdn.skypack.dev/lexgui/build/lexgui.module.js"
}
}</script></head><body><div style="width:50%;font-size:36px;font-weight:500;text-align:center;margin:0 auto;margin-top:25%">Loading engine, please wait...</div><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() style=position:fixed;height:100%;width:100%;top:0;left:0;resize:both tabindex=-1></canvas><template id=main-script><script src=digital_locations.js async></script></template><script>var Module={preRun:[],postRun:[],onRuntimeInitialized:()=>{},canvas:function(){var e=document.getElementById("canvas");return window.addEventListener("resize",(()=>{e.clientWidth=window.innerWidth,e.clientHeight=window.innerHeight,e.width=window.innerWidth,e.height=window.innerHeight}),!1),e}(),totalDependencies:0};function loadApp(){var e=document.createElement("script");e.type="module",e.src="./js/script.js",e.async=!1,document.getElementsByTagName("head")[0].appendChild(e)}(async()=>{if(!navigator.gpu){console.error("Sorry, WebGPU is not supported by your browser.");const e=document.createElement("div");return Object.assign(e.style,{width:"50%",fontSize:"36px",fontWeight:"500",textAlign:"center",margin:"0 auto",marginTop:"25%"}),e.innerText="Sorry, WebGPU is not supported by your browser.",void document.body.appendChild(e)}{const e=document.getElementById("main-script").content.cloneNode(!0);document.body.appendChild(e)}})()</script><script src=./js/gl-matrix.js></script><script src=./js/litegl.js></script><script src=./js/hdr-tool.js></script></body></html>
}</script></head><body><div style="width:50%;font-size:36px;font-weight:500;text-align:center;margin:0 auto;margin-top:25%">Loading engine, please wait...</div><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() style=position:fixed;height:100%;width:100%;top:0;left:0;resize:both tabindex=-1></canvas><template id=main-script><script src=index.js async></script></template><script>var Module={preRun:[],postRun:[],onRuntimeInitialized:()=>{},canvas:function(){var e=document.getElementById("canvas");return window.addEventListener("resize",(()=>{e.clientWidth=window.innerWidth,e.clientHeight=window.innerHeight,e.width=window.innerWidth,e.height=window.innerHeight}),!1),e}(),totalDependencies:0};function loadApp(){var e=document.createElement("script");e.type="module",e.src="./js/script.js",e.async=!1,document.getElementsByTagName("head")[0].appendChild(e)}(async()=>{if(!navigator.gpu){console.error("Sorry, WebGPU is not supported by your browser.");const e=document.createElement("div");return Object.assign(e.style,{width:"50%",fontSize:"36px",fontWeight:"500",textAlign:"center",margin:"0 auto",marginTop:"25%"}),e.innerText="Sorry, WebGPU is not supported by your browser.",void document.body.appendChild(e)}{const e=document.getElementById("main-script").content.cloneNode(!0);document.body.appendChild(e)}})()</script><script src=./js/gl-matrix.js></script><script src=./js/litegl.js></script><script src=./js/hdr-tool.js></script></body></html>
1 change: 1 addition & 0 deletions www/index.js

Large diffs are not rendered by default.

Binary file renamed www/digital_locations.wasm → www/index.wasm
Binary file not shown.

0 comments on commit 37c6fd5

Please sign in to comment.