UNPKG

@14islands/r3f-scroll-rig

Version:

Progressively enhance any React website with WebGL using @react-three/fiber

11 lines (10 loc) 327 B
declare type PreloadCallback = (gl: any, scene: any, camera: any) => void; export declare const config: { PRIORITY_PRELOAD: number; PRIORITY_SCISSORS: number; PRIORITY_VIEWPORTS: number; PRIORITY_GLOBAL: number; DEFAULT_SCALE_MULTIPLIER: number; preloadQueue: PreloadCallback[]; }; export {};