UNPKG

inklecate

Version:

A tiny wrapper around the desktop executables for ink's command-line Ink language compiler.

13 lines (11 loc) 223 B
import { InkListDefinition, } from './InkListDefinition'; import { InkNode, } from './InkNode'; export interface InklecateStory { inkVersion: number; listDefs: InkListDefinition[]; root: InkNode[]; }