pixi.js / packages / graphics /
@Ivan Popelyshev Ivan Popelyshev authored on 14 Jul 2019
..
src fix & refactor buildLine 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);