UNPKG

qnce-engine

Version:

Core QNCE (Quantum Narrative Convergence Engine) - Framework agnostic narrative engine with performance optimization

12 lines 320 B
export { QNCEBranchingEngine, createBranchingEngine } from './engine-simple'; export * from './models'; export declare const example: { storyStructure: { story: string; chapters: string; flows: string; branches: string; }; usage: string; }; //# sourceMappingURL=index.d.ts.map