Publish node-addon-api wrapper for sherpa-onnx as npm packages (#829)

This commit is contained in:
Fangjun Kuang
2024-05-04 13:27:39 +08:00
committed by GitHub
parent 2f9553d838
commit 4f758e6cd3
27 changed files with 773 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
const addon = require('bindings')('sherpa-onnx-node-addon-api-native');
const addon = require('./addon.js')
const streaming_asr = require('./streaming-asr.js');
module.exports = {