UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

5 lines (4 loc) 163 B
import * as THREE from 'three'; import suppressExpoWarnings from './suppressWarnings'; THREE['suppressExpoWarnings'] = suppressExpoWarnings; export default THREE;