UNPKG

easyvn

Version:

Modular visual novel engine for the web

9 lines (8 loc) 142 B
export class VN { static async play(scene) { await scene(); } static async jumpTo(scene) { await scene(); } }