first commit

This commit is contained in:
Chan
2025-01-08 14:01:53 +09:00
commit e387382951
21 changed files with 72432 additions and 0 deletions

6
index.js Normal file
View File

@@ -0,0 +1,6 @@
import './whisper-transcript';
export { WhisperTranscript } from './src/WhisperTranscript.js';
export { WhisperSegment } from './src/WhisperSegment.js';
export { WhisperWord } from './src/WhisperWord.js';
export { WhisperMedia } from './src/WhisperMedia.js';