Skip to content

Commit

Permalink
Add some Badge to README-EN.md
Browse files Browse the repository at this point in the history
Add some Badge to README-EN.md
  • Loading branch information
BenzLeung authored Dec 4, 2019
1 parent 833a111 commit 2ee3c06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# AMR Recorder

[![npm](https://img.shields.io/npm/v/benz-amr-recorder.svg)](https://www.npmjs.com/package/benz-amr-recorder)
[![npm](https://img.shields.io/npm/dt/benz-amr-recorder.svg)](https://www.npmjs.com/package/benz-amr-recorder)
[![size](https://img.shields.io/github/size/BenzLeung/benz-amr-recorder/BenzAMRRecorder.min.js)](https://gitHub.com/BenzLeung/benz-amr-recorder/BenzAMRRecorder.min.js)
[![gzip size](http://img.badgesize.io/https://npmcdn.com/benz-amr-recorder/BenzAMRRecorder.min.js?compression=gzip)](https://gitHub.com/BenzLeung/benz-amr-recorder/BenzAMRRecorder.min.js)

Play, record, reformat AMR audio, in pure Javascript, without any server.

This project is based on [amr.js](https://github.com/jpemartins/amr.js) and [RecorderJs](https://github.com/jergason/Recorderjs).
Expand Down Expand Up @@ -34,6 +39,8 @@ Load the JS file directly:

OR use npm:

[![NPM](https://nodei.co/npm/benz-amr-recorder.png)](https://www.npmjs.com/package/benz-amr-recorder)

```
npm install benz-amr-recorder
```
Expand Down

0 comments on commit 2ee3c06

Please sign in to comment.