UNPKG

@realsee/dnalogel

Version:
7 lines (6 loc) 224 B
import * as THREE from 'three'; export declare function loadTexture(uri: string): Promise<THREE.Texture>; export declare function loadPicture(uri: string): Promise<{ texture: THREE.Texture; transparent: boolean; }>;