UNPKG

playcanvas

Version:

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

10 lines (9 loc) 212 B
/** * Parser for JSON resources. Fetches the resource URL and returns the parsed JSON. * * @ignore */ export class JsonParser { canParse(): boolean; load(url: any, callback: any, asset: any): void; }