mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
Merge branch 'main' into gh-pages
This commit is contained in:
commit
c5f6d31826
2 changed files with 2 additions and 0 deletions
|
|
@ -7,5 +7,6 @@ import "./examples.ts"
|
||||||
import "./visualizer.ts"
|
import "./visualizer.ts"
|
||||||
import "./editor.ts"
|
import "./editor.ts"
|
||||||
import "./simulation.ts"
|
import "./simulation.ts"
|
||||||
|
import "./terminal.ts"
|
||||||
|
|
||||||
bus.emit("begin", undefined);
|
bus.emit("begin", undefined);
|
||||||
|
|
@ -20,6 +20,7 @@ body {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--bg-0);
|
background-color: var(--bg-0);
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph {
|
.graph {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue