UNPKG

miaam

Version:

Miaam Web Game Framework

9 lines (6 loc) 207 B
import { Texture, Rectangle } from 'pixi.js'; const snip = (source, x, y, width, height) => { const texture = new Texture(source, new Rectangle(x, y, width, height)); return texture; }; export { snip };