UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

9 lines (8 loc) 264 B
export class WordAtlas { constructor(device: any, words: any); placements: Map<any, any>; texture: Texture; destroy(): void; render(render2d: any, word: any, x: any, y: any): any; } import { Texture } from '../../platform/graphics/texture.js';