UNPKG
use-audio-record
Version:
latest (1.1.0)
1.1.0
1.0.1
0.0.3
0.0.2
<!-- automd:badges color=yellow -->
github.com/wyatex/use-audio-record
wyatex/use-audio-record
use-audio-record
/
dist
/
index.mjs
7 lines
(6 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
{ useAudioRecorder
as
useAudioRecorderReact }
from
'./react.mjs'
;
export
{ useAudioRecorder
as
useAudioRecorderVue }
from
'./vue.mjs'
;
import
'react'
;
import
'./shared/use-audio-record.97f55604.mjs'
;
import
'vue'
;
//# sourceMappingURL=index.mjs.map