UNPKG

cocos-html-pack-3d

Version:

Single html web mobile template for Cocos verions 2.x

10 lines (9 loc) 318 B
import { Resource } from './types'; export declare class Packer { _data: Resource; constructor(value: Resource); patch(title: string, vendors: string, adSize: string, orientation?: string, useCompress?: boolean): string; private _getHTMLTag; private _getJSTag; private _getStyleTag; }