UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

5 lines 196 B
import * as THREE from 'three'; import suppressExpoWarnings from './suppressWarnings'; THREE['suppressExpoWarnings'] = suppressExpoWarnings; export default THREE; //# sourceMappingURL=Three.js.map