UNPKG

react-native-filament

Version:

A real-time physically based 3D rendering engine for React Native

8 lines (7 loc) 283 B
import { FilamentProxy } from '../native/FilamentProxy'; /** * Note: Prefer using the bullet hooks over the imperative API! * The imperative API might become deprecated in the future. */ export const BulletAPI = FilamentProxy.createBullet(); //# sourceMappingURL=bulletApi.js.map