English | 简体中文
A React visual novel player framework
NarraLeaf-React is a lightweight front-end visual novel player.
NL focuses on visual novel playing, so the user interface can be customized very easily.
It doesn't use any rendering libraries and can be used on any web platform (e.g. Electron)
- Lightweight: NarraLeaf-React is a front-end framework, and it doesn't use any rendering libraries.
- Customizable: You can customize the UI as you like, even replace the whole components.
- Easy to use: It is easy to use and has a simple API that is built for developers. Based on OOP principles.
npm install narraleaf-react
Read more in 🛠React.NarraLeaf.com
npx create-react-app nlr-app --template my-first-narraleaf-app
to start
npm start
NarraLeaf-React is licensed under the MPL-2.0 License.
We updated the license to MPL-2.0 on 2024-9-24.
We welcome all contributions.
If you have any ideas, just open an issue or a pull request.