narraleaf
Version:
Create your visual novel with Electron and React
31 lines (30 loc) • 1.89 kB
TypeScript
/*!
* ___ ___ ___ ___ ___ ___ ___ ___ ___
* /\__\ /\ \ /\ \ /\ \ /\ \ /\__\ /\ \ /\ \ /\ \
* /::| | /::\ \ /::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \ /::\ \
* /:|:| | /:/\:\ \ /:/\:\ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\:\ \ /:/\:\ \
* /:/|:| |__ /::\~\:\ \ /::\~\:\ \ /::\~\:\ \ /::\~\:\ \ /:/ / /::\~\:\ \ /::\~\:\ \ /::\~\:\ \
* /:/ |:| /\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/\:\ \:\__\
* \/__|:|/:/ / \/__\:\/:/ / \/_|::\/:/ / \/_|::\/:/ / \/__\:\/:/ / \:\ \ \:\~\:\ \/__/ \/__\:\/:/ / \/__\:\ \/__/
* |:/:/ / \::/ / |:|::/ / |:|::/ / \::/ / \:\ \ \:\ \:\__\ \::/ / \:\__\
* |::/ / /:/ / |:|\/__/ |:|\/__/ /:/ / \:\ \ \:\ \/__/ /:/ / \/__/
* /:/ / /:/ / |:| | |:| | /:/ / \:\__\ \:\__\ /:/ /
* \/__/ \/__/ \|__| \|__| \/__/ \/__/ \/__/ \/__/
*
* NarraLeaf https://github.com/NarraLeaf/NarraLeaf
* © 2025 Nomen (helloyork)
* A new definition of Visual Novel Engine
*
* @author: Nomen (helloyork) https://github.com/helloyork
* @license: MPL-2.0
*/
/*!
* NarraLeaf-React https://github.com/NarraLeaf/narraleaf-react
* © 2025 Nomen (helloyork)
* Make your own visual novel using a lightweight front-end visual novel framework.
*
* @author: Nomen (helloyork) https://github.com/helloyork
* @license: MPL-2.0
*/
export * from "./main/electron/index";
export * from "./core/core";