UNPKG

qnce-engine

Version:

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

8 lines 537 B
export * from './engine/core.js'; export { DEMO_STORY } from './engine/demo-story.js'; export * from './engine/condition.js'; export * from './integrations/react.js'; export * from './ui/index.js'; export { QNCEEngine, createQNCEEngine, loadStoryData, type Choice, type NarrativeNode, type QNCEState, type StoryData } from './engine/core.js'; export { ConditionEvaluator, ConditionEvaluationError, conditionEvaluator, type ConditionContext, type CustomEvaluatorFunction } from './engine/condition.js'; //# sourceMappingURL=index.d.ts.map