UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

8 lines (7 loc) 279 B
export declare const VERSION = "$_VERSION"; /** * Prints out the version and renderer information for this running instance of PixiJS. * @param type - The name of the renderer this instance is using. * @returns {void} */ export declare function sayHello(type: string): void;