onnxruntime/js/common
Yifan Li c6156c17bc
[ORT 1.20.1 Release] Cherry pick 1st round (#22785)
### Description
<!-- Describe your changes. -->
Commits to be added:
https://github.com/microsoft/onnxruntime/pulls?q=is%3Apr+label%3Arelease%3A1.20.1+sort%3Aupdated-desc


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: Kyle <92152685+idiskyle@users.noreply.github.com>
Co-authored-by: Scott McKay <skottmckay@gmail.com>
Co-authored-by: Hector Li <hecli@microsoft.com>
Co-authored-by: Adrian Lizarraga <adlizarraga@microsoft.com>
Co-authored-by: amarin16 <91211819+amarin16@users.noreply.github.com>
2024-11-12 14:19:32 -08:00
..
lib [ORT 1.20.1 Release] Cherry pick 1st round (#22785) 2024-11-12 14:19:32 -08:00
test adds support for Uint8ClampedArray (#21985) 2024-09-11 22:02:30 -07:00
.gitignore [js/common] a few fixes/revises to onnxruntime-common (#16853) 2023-08-01 11:17:39 -07:00
.npmignore [js/common] a few fixes/revises to onnxruntime-common (#16853) 2023-08-01 11:17:39 -07:00
build.js [js] change default formatter for JavaScript/TypeScript from clang-format to Prettier (#21728) 2024-08-14 16:51:22 -07:00
package-lock.json [ORT 1.20.1 Release] Cherry pick 1st round (#22785) 2024-11-12 14:19:32 -08:00
package.json [ORT 1.20.1 Release] Cherry pick 1st round (#22785) 2024-11-12 14:19:32 -08:00
README.md
tsconfig.json [js/web] fix typescript type check (#18343) 2023-11-10 16:03:38 -08:00
typedoc.json [js] enable formatter for more file types (#16888) 2023-07-28 15:46:58 -07:00
webpack.config.js [js] change default formatter for JavaScript/TypeScript from clang-format to Prettier (#21728) 2024-08-14 16:51:22 -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.