This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/nodejs-addon-examples/package.json
Fangjun Kuang cddac52780 Support passing utf-8 strings from JavaScript to C++. (#1355)
We first convert utf-16 strings to Uint8Array and then we
pass the array to C++.
2024-09-18 11:03:42 +08:00

6 lines
63 B
JSON

{
"dependencies": {
"sherpa-onnx-node": "^1.10.27"
}
}