pixi.js / packages / graphics /
@finscn finscn authored on 31 Aug 2018
Matt Karl committed on 31 Aug 2018
..
src Optimization to Graphics fastRect to cache tint (#5033) 6 years ago
test Prevent gaps in duplicate Graphics lineTo calls (#5084) 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-alpha.3 6 years ago
README.md

@pixi/graphics

Installation

npm install @pixi/graphics

Usage

import { GraphicsRenderer } from '@pixi/graphics';
import { Renderer } from '@pixi/core';

Renderer.registerPlugin('graphics', GraphicsRenderer);