pixi.js / packages / graphics /
@fmhdp fmhdp authored on 14 Aug 2018
Matt Karl committed on 14 Aug 2018
..
src Fixes arc method by not adding an additional point if it's too close to the last existing point. (#5010) 6 years ago
test Fixes disabling interactive children outside of hitArea (#4608) 7 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);