pixi.js / packages / graphics /
@Sukant Pal Sukant Pal authored on 4 Jul 2019
Matt Karl committed on 4 Jul 2019
..
src Adds Graphics.pluginName & ViewableBuffer (#5877) 5 years ago
test Fix for the empty Graphics batchability issue (#5821) 5 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/graphics

Installation

npm install @pixi/graphics

Usage

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

Renderer.registerPlugin('graphics', GraphicsRenderer);