UNPKG
node-lame
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
LAME MP3 encoder for Node.js
github.com/devowlio/node-lame
devowlio/node-lame
node-lame
/
index.js
8 lines
(5 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@author
Jan Karres <mail
@jankarres
.com> (https://jankarres.com/) */
"use strict"
;
module
.
exports
=
require
(
'./lib/build/Lame'
);