UNPKG
@anvaka/streamlines
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Streamlines calculator
github.com/anvaka/streamlines
anvaka/streamlines
@anvaka/streamlines
/
demo
/
src
/
nativeMain.js
7 lines
(5 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
appState
from
'./lib/appState.js'
;
const
canvas =
document
.
getElementById
(
'scene-canvas'
);
if
(canvas) appState.
init
(canvas);
// Lazy load UI after initial canvas init (optional, but keep behavior similar)
import
(
'./main.js'
);