UNPKG
@chayns/react-audio-editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Tool to edit audio tracks.
@chayns/react-audio-editor
/
lib
/
components
/
AudioEditor.css
6 lines
(5 loc)
•
118 B
CSS
View Raw
1
2
3
4
5
6
.audio-editor
{
user-select
: none;
opacity
:
1
!important
; }
.audio-editor__audio-element
{
display
: none; }