steelseries-rose-gauge
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Welcome to steelseries-rose-gauge 👋

Documentation Maintenance License: MIT Twitter: ricky\_rebo

  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

Package Sidebar

Install

npm i steelseries-rose-gauge

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

372 kB

Total Files

15

Last publish

Collaborators

  • ricky-rebo