Scaffold WebGl
This commit is contained in:
parent
7c68deef24
commit
fb50ade480
19 changed files with 186 additions and 86 deletions
|
|
@ -1,9 +1,4 @@
|
|||
function component() {
|
||||
const element = document.createElement('div');
|
||||
import './styling/main.scss';
|
||||
import { main } from './scripting/main';
|
||||
|
||||
element.innerHTML = 'Hello world';
|
||||
|
||||
return element;
|
||||
}
|
||||
|
||||
document.body.appendChild(component());
|
||||
main();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue