onnxruntime/js/common
2022-02-04 10:13:38 +00:00
..
lib [js/web] remove webgl from default fallback list (#9374) 2021-10-14 21:46:22 -07:00
.gitignore [js/api] add typedoc and revise comments (#9077) 2021-09-20 17:54:46 -07:00
.npmignore [js/api] add typedoc and revise comments (#9077) 2021-09-20 17:54:46 -07:00
package-lock.json Merged PR 6917440: ONNX Runtime update from GitHub master 2022-02-04 10:13:38 +00:00
package.json Merged PR 6917440: ONNX Runtime update from GitHub master 2022-02-04 10:13:38 +00:00
README.md [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
tsconfig.json Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00:00
typedoc.json [js/api] add typedoc and revise comments (#9077) 2021-09-20 17:54:46 -07:00
webpack.config.js Merged PR 6718335: RI 11/30 from github 2021-11-30 21:29:25 +00: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.