@drincs/pixi-vn-ink
Version:
Pixi'VN gives you the ability to write your own narrative using Ink
18 lines (15 loc) • 960 B
TypeScript
import { PixiVNJsonLabels } from '@drincs/pixi-vn-json';
import { ShareDataParserLabel } from '../parser/label-parser.js';
import InkRootType from '../types/InkRootType.js';
import { R as RootParserItemType } from '../RootParserItemType-BeypaLqW.js';
import '../types/parserItems/Divert.js';
import '../types/parserItems/VariableAssignment.js';
import '../types/parserItems/ContainerType.js';
import '../types/parserItems/TextType.js';
import '../types/parserItems/ControlCommands.js';
import '../types/parserItems/NativeFunctions.js';
import '../types/parserItems/ReadCount.js';
import '../types/parserItems/VariableReference.js';
declare function getInkLabels(story: (InkRootType | RootParserItemType | RootParserItemType[])[]): PixiVNJsonLabels | undefined;
declare function addLabels(storyItem: InkRootType | RootParserItemType, result: PixiVNJsonLabels, dadLabelKey?: string, shareData?: ShareDataParserLabel): void;
export { addLabels, getInkLabels };