mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
easeljs: fixed signature of static extractFrame() on SpriteSheetUtils
This commit is contained in:
Vendored
+2
-1
@@ -567,7 +567,8 @@ module createjs {
|
||||
|
||||
export class SpriteSheetUtils {
|
||||
static addFlippedFrames(spriteSheet: SpriteSheet, horizontal?: bool, vertical?: bool, both?: bool): void;
|
||||
static extractFrame(spriteSheet: HTMLImageElement, frame: number): HTMLImageElement;
|
||||
static extractFrame(spriteSheet: SpriteSheet, frame: number): HTMLImageElement;
|
||||
static extractFrame(spriteSheet: SpriteSheet, animationName: string): HTMLImageElement;
|
||||
static flip(spriteSheet: HTMLImageElement, flipData: Object): void;
|
||||
static mergeAlpha(rgbImage: HTMLImageElement, alphaImage: HTMLImageElement, canvas?: HTMLCanvasElement): HTMLCanvasElement;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user