Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 403 Bytes

File metadata and controls

19 lines (13 loc) · 403 Bytes

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';