UNPKG

@robingamedev/visual-novel-dialogue

Version:

A minimal, JSON-driven dialogue plugin for Phaser 3 games with support for branching choices, typewriter effects, and simple inline formatting.

3 lines 243 B
export { default } from './VisualNovelDialogue'; export type { DialogueConfig, TextStyle, ParsedStyle, DialogueSettings, Character, DialogueScript, ChoiceCommand, DialogueData } from './VisualNovelDialogue'; //# sourceMappingURL=index.d.ts.map