UNPKG

@pmndrs/uikit

Version:

Build performant 3D user interfaces with Three.js and yoga.

4 lines (3 loc) 218 B
import { WebGLRenderer } from 'three'; import { Font, FontInfo } from './font.js'; export declare function loadCachedFont(fontInfoOrUrl: string | FontInfo, renderer: WebGLRenderer, onLoad: (font: Font) => void): void;