File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11# ** react-audio-player-component**
22A mobile-friendly audio player for React with a modern look and convenient usage.
33
4+ [ ![ NPM downloads] [ npm-download-img ]] [ npm-download-url ]
5+ [ ![ Run ESlint] [ eslint-img ]] [ eslint-url ]
6+ [ ![ Run Unit tests] [ test-img ]] [ test-url ]
7+ [ ![ Run Unit tests] [ browser-test-img ]] [ browser-test-url ]
8+
9+ [ npm-download-img ] : https://img.shields.io/npm/dm/react-audio-player-component.svg?style=round-square
10+ [ npm-download-url ] : https://www.npmjs.com/package/react-audio-player-component
11+ [ eslint-img ] : https://github.com/samhirtarif/react-audio-player/actions/workflows/lint.yml/badge.svg
12+ [ eslint-url ] : https://github.com/samhirtarif/react-audio-player/actions/workflows/lint.yml
13+ [ test-img ] : https://github.com/samhirtarif/react-audio-player/actions/workflows/unit-tests.yml/badge.svg
14+ [ test-url ] : https://github.com/samhirtarif/react-audio-player/actions/workflows/unit-tests.yml
15+ [ browser-test-img ] : https://github.com/samhirtarif/react-audio-player/actions/workflows/browser-tests.yml/badge.svg
16+ [ browser-test-url ] : https://github.com/samhirtarif/react-audio-player/actions/workflows/browser-tests.yml
17+
418## Installation
519``` sh
620npm install react-audio-player-component
Original file line number Diff line number Diff line change 11{
22 "name" : " react-audio-player-component" ,
33 "private" : false ,
4- "version" : " 1.2.2 " ,
4+ "version" : " 1.2.4 " ,
55 "license" : " MIT" ,
66 "author" : " Samhir Tarif" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments