KaNovel is a begginer friendly visual novel engine! 🦋 Using normal concepts you can make a novel :D
This engine it's now in active development, may have bugs and unusable features
import kanovel from "kanovel";
kanovel();
character("b", "Beany");
character("m", "Marky");
chapter("start", () => [
say("b", "I'm waiting"),
say("m", "What?"),
say("b", "Your visual novel"),
say("m", "I don't have any knowldges about engines"),
say("b", "Oh, you tried KaNovel?"),
jump("documentation"),
]);
It's recommended use the Replit Template
npm i kanovel
you can load the library from cdns like jsdelivr
or unpkg
APL386 font by abrudz