UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

9 lines (8 loc) 184 B
/** * import { ... } from 'expo-three'; * * import ExpoTHREE from 'expo-three'; */ import * as ExpoTHREE from './ExpoTHREE'; export * from './ExpoTHREE'; export default ExpoTHREE;