pixi-gauges
v2.0.0
Published
Pixi.js gauge visualization components
Readme
Pixi Gauges
Pixi.js gauge visualization components

CodeSandbox Demo: https://s2cw6.csb.app/
Getting Started
To install, execute:
npm i pixi-gaugesThen, 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.
