Removed old wrapper

This commit is contained in:
Devine Lu Linvega
2018-05-08 21:05:19 +12:00
parent 0e90aec8ea
commit 320d166a27
4 changed files with 16 additions and 23 deletions

View File

@@ -22,10 +22,9 @@
<script>
const {dialog,app} = require('electron').remote;
const fs = require('fs');
dotgrid = new Dotgrid(300,300,20,20,4,4);
dotgrid.install();
</script>
</div>
</body>