UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

13 lines (12 loc) 337 B
import THREE from './Three'; export default class Renderer extends THREE.WebGLRenderer { constructor({ gl, canvas, pixelRatio, clearColor, width, height, ...props }: { [x: string]: any; gl: any; canvas: any; pixelRatio: any; clearColor: any; width: any; height: any; }); }