2.0.0 • Published 2 years ago

pixi-gauges v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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.

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago