Begin to add node-addon-api for sherpa-onnx (#826)

This commit is contained in:
Fangjun Kuang
2024-05-03 14:47:40 +08:00
committed by GitHub
parent fcd6024200
commit 2f9553d838
12 changed files with 838 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
const sherpa_onnx = require('../lib/sherpa-onnx.js');
console.log(sherpa_onnx)
console.log('Tests passed- everything looks OK!');