1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-19 05:03:49 +02:00

[WIP] GDTF fixture reader

This commit is contained in:
TheGreyDiamond
2020-12-29 01:35:59 +01:00
parent 82a3fa886b
commit 933e1ed089
8 changed files with 578 additions and 81 deletions

View File

@ -188,6 +188,7 @@
<!--<iframe src="header.html" class="headerIframe"></iframe>-->
<h1>Hello World!</h1>
<button onclick='ipcRenderer.sendSync("synchronous-message", "PAGE:change.session");'>Session screen</button>
<button onclick='ipcRenderer.sendSync("synchronous-message", "PAGE:change.fixtures");'>Fixture screen</button>
We are using node
<script>
document.write(process.versions.node);