UNPKG

cocos-html-pack-3d

Version:

Single html web mobile template for Cocos verions 2.x

9 lines (8 loc) 298 B
import { Resource } from './types'; export declare type Platform = 'web-mobile' | 'web-desktop' | string; export declare class Reader { _platform: Platform; constructor(platform?: Platform); read(filename: string): string; readAll(dir: string, _vendor: string): Resource; }