onnxruntime/js/common
2021-08-31 10:23:42 -07:00
..
lib [js/web] enable proxy worker for wasm backend (#8862) 2021-08-31 10:23:42 -07:00
.gitignore optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
.npmignore optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
package-lock.json Bump path-parse from 1.0.6 to 1.0.7 in /js/common 2021-08-11 23:35:34 -07:00
package.json Bump ORT master version to 1.8.2 (#8646) 2021-08-09 11:10:29 -07:00
README.md [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
tsconfig.json optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
webpack.config.js [js] resolve CodeQL warnings for force strict mode (#8645) 2021-08-06 19:35:43 -07:00

ONNX Runtime JavaScript API

ONNX Runtime JavaScript API is a unified API for all JavaScript usages. It's dependency of the following NPM packages:

  • onnxruntime-node
  • onnxruntime-web
  • onnxruntime-react-native

This package (onnxruntime-common) is not designed for using directly. Please consider to install one of the NPM packages above according to target platform.

License

License information can be found here.