pixi-gauges

2.0.0 • Public • Published

Pixi Gauges

Pixi.js gauge visualization components

pixi-gauges

CodeSandbox Demo: https://s2cw6.csb.app/

Getting Started

To install, execute:

npm i pixi-gauges

Then, import into a project as:

import { RadialGauge } from "pixi-gauges";

Usage

Radial Gauge is a Pixi.js Sprite, able to be added to the display list:

import { RadialGauge } from "pixi-gauges";

let gauge = new RadialGauge();
stage.addChild(gauge);

Additional components and documentation in progress.

Package Sidebar

Install

npm i pixi-gauges

Weekly Downloads

0

Version

2.0.0

License

ISC

Unpacked Size

442 kB

Total Files

10

Last publish

Collaborators

  • jasonsturges