UNPKG
@southctrl/musixmatch-lyrics
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Unofficial Musixmatch lyrics API wrapper for Node.js
@southctrl/musixmatch-lyrics
/
src
/
api.js
10 lines
(8 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Musixmatch
from
'./musixmatch.js'
;
import
lrclib
from
'./lrclib.js'
;
import
genius
from
'./genius.js'
;
export
default
{
Musixmatch
, lrclib, genius, };