UNPKG
@mathquis/node-gist
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Node binding for the Gist Audio Analysis Library
github.com/mathquis/node-gist
mathquis/node-gist
@mathquis/node-gist
/
lib
/
index.js
6 lines
(5 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
const
Path
=
require
(
'path'
)
const
Binary
=
require
(
'@mapbox/node-pre-gyp'
)
const
binding_path =
Binary
.
find
(
Path
.
resolve
(
Path
.
join
(__dirname,
'../package.json'
)))
const
{
Gist
} =
require
(binding_path)
module
.
exports
=
Gist