|
1 | 1 | <div align="center"> |
| 2 | + |
2 | 3 | <h1>use-haptic 📳</h1> |
3 | 4 |
|
4 | | -<p>A convenient React hook to trigger haptic feedback anywhere in your application</p> |
5 | | - |
6 | | -<p> |
7 | | - <a href="https://jsr.io/@posaune0423/use-haptic"> |
8 | | - <img src="https://jsr.io/badges/@posaune0423/use-haptic" alt="" /> |
9 | | - </a> |
10 | | - <a href="https://jsr.io/@posaune0423/use-haptic"> |
11 | | - <img src="https://jsr.io/badges/@posaune0423/use-haptic/score" alt="" /> |
12 | | - </a> |
13 | | - <a href="https://github.com/posaune0423/use-haptic/actions/workflows/ci.yml"> |
14 | | - <img alt="CI" src="https://github.com/posaune0423/use-haptic/actions/workflows/ci.yml/badge.svg" /> |
15 | | - </a> |
16 | | - <a href="https://www.npmjs.com/package/use-haptic"> |
17 | | - <img src="https://img.shields.io/npm/v/use-haptic.svg" alt="npm package" /> |
18 | | - </a> |
19 | | - <a href="https://npmjs.org/package/use-haptic"> |
20 | | - <img alt="downloads" src="https://img.shields.io/npm/d18m/use-haptic" /> |
21 | | - </a> |
22 | | - <a href="https://npmjs.org/package/use-haptic"> |
23 | | - <img alt="types included" src="https://badgen.net/npm/types/use-haptic" /> |
24 | | - </a> |
| 5 | + <p>A convenient React hook to trigger haptic feedback anywhere in your application</p> |
| 6 | + |
| 7 | + <p> |
| 8 | + <a href="https://jsr.io/@posaune0423/use-haptic"> |
| 9 | + <img src="https://jsr.io/badges/@posaune0423/use-haptic" alt="" /> |
| 10 | + </a> |
| 11 | + <a href="https://jsr.io/@posaune0423/use-haptic"> |
| 12 | + <img src="https://jsr.io/badges/@posaune0423/use-haptic/score" alt="" /> |
| 13 | + </a> |
| 14 | + <a href="https://github.com/posaune0423/use-haptic/actions/workflows/ci.yml"> |
| 15 | + <img alt="CI" src="https://github.com/posaune0423/use-haptic/actions/workflows/ci.yml/badge.svg" /> |
| 16 | + </a> |
| 17 | + <a href="https://www.npmjs.com/package/use-haptic"> |
| 18 | + <img src="https://img.shields.io/npm/v/use-haptic.svg" alt="npm package" /> |
| 19 | + </a> |
| 20 | + <a href="https://npmjs.org/package/use-haptic"> |
| 21 | + <img alt="downloads" src="https://img.shields.io/npm/d18m/use-haptic" /> |
| 22 | + </a> |
| 23 | + <a href="https://npmjs.org/package/use-haptic"> |
| 24 | + <img alt="types included" src="https://badgen.net/npm/types/use-haptic" /> |
| 25 | + </a> |
25 | 26 | </p> |
26 | 27 |
|
27 | | -<h2> |
28 | | - <a href="https://use-haptic.deno.dev/">Try the Demo!</a> |
| 28 | + <h2> |
| 29 | + <a href="https://use-haptic.deno.dev/">Try the Demo!</a> |
29 | 30 | </h2> |
30 | 31 | </div> |
31 | 32 |
|
|
0 commit comments