Package detail

@pixi/graphics

pixijs699kMIT7.4.3

Draw primitive shapes such as lines, circles and rectangles to the display

readme

@pixi/graphics

Installation

npm install @pixi/graphics

Usage

import { Graphics } from '@pixi/graphics';

const shapes = new Graphics();