UNPKG
@transcribe/transcriber
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
Transcribe speech to text in the browser.
transcribejs.dev
transcribejs/transcribe.js
@transcribe/transcriber
/
src
/
index.js
5 lines
(4 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
"./utils.js"
;
export
*
from
"./Transcriber.js"
;
export
*
from
"./FileTranscriber.js"
;
export
*
from
"./StreamTranscriber.js"
;