UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

7 lines (6 loc) 187 B
/** * Export utility functions */ export * from './screenshot'; export * from './storage'; export { textToScreenplay, textsToScreenplay, screenplayToText, } from '@aituber-onair/chat';