|
1 | | -# gamepad-helper |
2 | | - |
3 | | -[](https://github.com/LizardByte/gamepad-helper) |
4 | | -[](https://github.com/LizardByte/gamepad-helper/actions/workflows/_ci-node.yml?query=branch%3Amaster) |
5 | | -[](https://codecov.io/gh/LizardByte/gamepad-helper) |
6 | | -[](https://www.npmjs.com/package/@lizardbyte/gamepad-helper) |
7 | | -[](https://www.npmjs.com/package/@lizardbyte/gamepad-helper) |
8 | | -[](https://github.com/LizardByte/Sunshine/pkgs/npm/gamepad-helper) |
9 | | -[](https://github.com/LizardByte/Sunshine/pkgs/npm/gamepad-helper) |
| 1 | +<div align="center"> |
| 2 | + <img |
| 3 | + src="https://raw.githubusercontent.com/LizardByte/.github/refs/heads/master/branding/logos/logo.svg" |
| 4 | + alt="LizardByte icon" |
| 5 | + width="256" |
| 6 | + /> |
| 7 | + <h1 align="center">gamepad-helper</h1> |
| 8 | + <h4 align="center">Helper library for Gamepad API.</h4> |
| 9 | +</div> |
| 10 | + |
| 11 | +<div align="center"> |
| 12 | + <a href="https://github.com/LizardByte/gamepad-helper"><img src="https://img.shields.io/github/stars/lizardbyte/gamepad-helper.svg?logo=github&style=for-the-badge" alt="GitHub stars"></a> |
| 13 | + <a href="https://www.npmjs.com/package/@lizardbyte/gamepad-helper"><img src="https://img.shields.io/npm/v/%40lizardbyte%2Fgamepad-helper?style=for-the-badge&logo=npm&label=npm%20version" alt="NPM Version"></a> |
| 14 | + <a href="https://www.npmjs.com/package/@lizardbyte/gamepad-helper"><img src="https://img.shields.io/npm/dm/%40lizardbyte%2Fgamepad-helper?style=for-the-badge&logo=npm&label=npm%20downloads/m" alt="NPM Monthly Downloads"></a> |
| 15 | + <a href="https://github.com/LizardByte/gamepad-helper/actions/workflows/_ci-node.yml?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/lizardbyte/gamepad-helper/_ci-node.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge" alt="GitHub Workflow Status (CI)"></a> |
| 16 | + <a href="https://codecov.io/gh/LizardByte/gamepad-helper"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Fshields%2Fcodecov%2Fgamepad-helper.json&style=for-the-badge&logo=codecov" alt="Codecov"></a> |
| 17 | + <a href="https://sonarcloud.io/project/overview?id=LizardByte_gamepad-helper"><img src="https://img.shields.io/sonar/quality_gate/LizardByte_gamepad-helper.svg?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarqubecloud&label=sonarcloud" alt="SonarCloud"></a> |
| 18 | +</div> |
| 19 | + |
| 20 | +## Overview |
10 | 21 |
|
11 | 22 | Helper library for Gamepad API. Helps with detecting type of gamepad and mapping to buttons and icons. |
12 | 23 |
|
|
0 commit comments