pixi.js / packages / prepare /
@Timo Kämäräinen Timo Kämäräinen authored on 4 Jul 2019
Matt Karl committed on 4 Jul 2019
..
src Fixes base texture prepare (#5874) 5 years ago
test Adds a system ticker to sit alongside the shared ticker (#5369) 6 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Decouple Canvas Functionality (v5) (#4429) 7 years ago
package.json Bump floss for 3.0 & codecov integration (#5792) 5 years ago
README.md

@pixi/prepare

Installation

npm install @pixi/prepare

Usage

import { Prepare } from '@pixi/canvas-prepare';
import { Renderer } from '@pixi/core';

Renderer.registerPlugin('prepare', Prepare);