UNPKG
easyvn
Version:
latest (0.1.1)
0.1.1
0.1.0
Modular visual novel engine for the web
github.com/Eshan276/easyvn
Eshan276/easyvn
easyvn
/
dist
/
VN.js
9 lines
(8 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
VN
{
static
async
play
(
scene
) {
await
scene
(); }
static
async
jumpTo
(
scene
) {
await
scene
(); } }