1.0.0-alpha.2 • Published 3 years ago
kanovel v1.0.0-alpha.2
This engine it's now in active development, may have bugs and unusable features
Quick Example
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"),
]);Installation
It's recommended use the Replit Template
For Devs
NPM
npm i kanovelCDN
you can load the library from cdns like jsdelivr or unpkg
Credits
APL386 font by abrudz
1.0.0-alpha.2
3 years ago
1.0.0-alpha.1
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
1.0.0-alpha-0
3 years ago