pixi.js / packages / prepare /
@Matt Karl Matt Karl authored on 22 Mar 2019
..
src Cleans up BasePrepare importing settings like other packages (#5364) 6 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 v5.0.0-rc.3 6 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);