JSPM

  • Created
  • Published
  • Downloads 185839
  • Score
    100M100P100Q167403F
  • License MIT

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

Package Exports

  • @pixi/graphics

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pixi/graphics) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@pixi/graphics

Installation

npm install @pixi/graphics

Usage

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

const shapes = new Graphics();