diff --git a/src/core/textures/Texture.js b/src/core/textures/Texture.js index 5a12dd4..3f4c757 100644 --- a/src/core/textures/Texture.js +++ b/src/core/textures/Texture.js @@ -365,7 +365,8 @@ * The source can be - frame id, image url, video url, canvas element, video element, base texture * * @static - * @param {number|string|PIXI.BaseTexture|HTMLCanvasElement|HTMLVideoElement} source - Source to create texture from + * @param {number|string|HTMLImageElement|HTMLCanvasElement|HTMLVideoElement|PIXI.BaseTexture} + * source - Source to create texture from * @return {PIXI.Texture} The newly created texture */ static from(source)