UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

8 lines 272 B
/** * Export utility functions */ export * from './screenshot'; export * from './storage'; // Re-export screenplay utilities from chat package export { textToScreenplay, textsToScreenplay, screenplayToText, } from '@aituber-onair/chat'; //# sourceMappingURL=index.js.map