UNPKG

@drincs/pixi-vn-ink

Version:

Pixi'VN gives you the ability to write your own narrative using Ink

20 lines (17 loc) 579 B
import InkRootType from './InkRootType.js'; import '../RootParserItemType-BeypaLqW.js'; import './parserItems/ContainerType.js'; import './parserItems/Divert.js'; import './parserItems/TextType.js'; import './parserItems/ControlCommands.js'; import './parserItems/NativeFunctions.js'; import './parserItems/ReadCount.js'; import './parserItems/VariableAssignment.js'; import '@drincs/pixi-vn-json'; import './parserItems/VariableReference.js'; type InkStoryType = { inkVersion: number; listDefs: {}; root: InkRootType[]; }; export type { InkStoryType as default };