Skip to content

Commit 340d263

Browse files
docs(readme): update heading (#171)
1 parent fe03f49 commit 340d263

1 file changed

Lines changed: 20 additions & 9 deletions

File tree

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
# gamepad-helper
2-
3-
[![GitHub stars](https://img.shields.io/github/stars/lizardbyte/gamepad-helper.svg?logo=github&style=for-the-badge)](https://github.com/LizardByte/gamepad-helper)
4-
[![GitHub Workflow Status (CI)](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)](https://github.com/LizardByte/gamepad-helper/actions/workflows/_ci-node.yml?query=branch%3Amaster)
5-
[![Codecov](https://img.shields.io/codecov/c/gh/LizardByte/gamepad-helper?token=Le2czL1b6e&style=for-the-badge&logo=codecov&label=codecov)](https://codecov.io/gh/LizardByte/gamepad-helper)
6-
[![NPM Monthly Downloads](https://img.shields.io/npm/dm/%40lizardbyte%2Fgamepad-helper?style=for-the-badge&logo=npm&label=npm%20downloads/m)](https://www.npmjs.com/package/@lizardbyte/gamepad-helper)
7-
[![NPM Version](https://img.shields.io/npm/v/%40lizardbyte%2Fgamepad-helper?style=for-the-badge&logo=npm&label=npm%20version)](https://www.npmjs.com/package/@lizardbyte/gamepad-helper)
8-
[![GitHub Monthly Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fgamepad-helper%2Fgamepad-helper.json&query=%24.downloads_month&label=github%20downloads/m&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/gamepad-helper)
9-
[![GitHub Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fgamepad-helper%2Fgamepad-helper.json&query=%24.version%5B-1%3A%5D.name&label=gh%20version&style=for-the-badge&logo=github%20actions)](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
1021

1122
Helper library for Gamepad API. Helps with detecting type of gamepad and mapping to buttons and icons.
1223

0 commit comments

Comments
 (0)