UNPKG

@mathquis/node-gist

Version:

Node binding for the Gist Audio Analysis Library

6 lines (5 loc) 231 B
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