1.2.0 ā€¢ Published 2 years ago

steelseries-rose-gauge v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ā  Wind Rose gauge addon for nicolas-van/steelseries gauges library.

Ā Rose Chart by RGraph, and rose workflow by mcrossley/SteelSeries-Weather-Gauges Ā 

šŸ  Homepage

Install & Usage

Using npm

npm i --save steelseries-rose-gauge
import { Rose } from "steelseries-rose-gauge";

const rose = new Rose("canvas-id-or-elem", { ... });

Using a CDN

Use unpkg: https://unpkg.com/steelseries-rose-gauge

...
<body>
  ...

  <canvas id="rose-canvas">
  
  ...
  
  <script src="https://unpkg.com/steelseries"></script>
  <script src="https://unpkg.com/steelseries-rose-gauge"></script>
  <script>
    const rose = new steelseriesRose.Rose("rose-canvas", { ... })
  </script>
</body>

Documentation

See documentation

Author

šŸ‘¤ Riccardo Rebottini

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Riccardo Rebottini. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator