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.d.ts
7 lines
(6 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
type
SceneFunction
=
() =>
Promise
<
void
>;
export
declare
class
VN
{
static
play
(
scene
:
SceneFunction
):
Promise
<
void
>;
static
jumpTo
(
scene
:
SceneFunction
):
Promise
<
void
>; }
export
{};