UNPKG

pixi.js

Version:

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

12 lines (9 loc) 285 B
'use strict'; "use strict"; function getTextureDefaultMatrix(texture, out) { const { width, height } = texture.frame; out.scale(1 / width, 1 / height); return out; } exports.getTextureDefaultMatrix = getTextureDefaultMatrix; //# sourceMappingURL=getTextureDefaultMatrix.js.map