Skip to content

Latest commit

 

History

History
 
 

importing_onnxruntime-react-native

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Importing ONNX Runtime React Native

Summary

This example is a demonstration of how to import ONNX Runtime React Native in your project.

Usage

Please use the following code snippet to import ONNX Runtime React Native:

// Common.js import syntax
const ort = require('onnxruntime-react-native');
// ES Module import syntax
import * as ort from 'onnxruntime-react-native';