New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kanovel

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kanovel

Make visual novels

latest
npmnpm
Version
1.0.0-alpha.2
Version published
Maintainers
1
Created
Source

KaNovel Logo

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

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 kanovel

CDN

you can load the library from cdns like jsdelivr or unpkg

Credits

APL386 font by abrudz

Keywords

game-engine

FAQs

Package last updated on 24 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts