pixi.js / packages / extract /
@Matt Karl Matt Karl authored on 21 Nov 2017
GitHub committed on 21 Nov 2017
..
src Extract fix (v5) (#4437) 7 years ago
LICENSE Next Restructure for v5 (#4387) 7 years ago
README.md Decouple Canvas Functionality (v5) (#4429) 7 years ago
package.json Test and build system optimizations (v5) (#4460) 7 years ago
README.md

@pixi/extract

Installation

npm install @pixi/extract

Usage

import { Extract } from '@pixi/canvas-extract';
import { Renderer } from '@pixi/core';

Renderer.registerPlugin('extract', Extract);