Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss committed Apr 26, 2021
1 parent fc54dc1 commit be14c4f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# react gifs

Set of react tools for GIFs renering
Set of react tools for GIF rendering

<a href="https://npmjs.org/package/@react-gifs/tools">
<img alt="npm" src="https://img.shields.io/npm/v/@react-gifs/tools.svg" />
</a>
<a href="https://github.com/jeetiss/react-gifs/actions/workflows/ci.yml">
<img alt="build" src="https://img.shields.io/github/workflow/status/jeetiss/react-gifs/Run%20Tests%20&%20Linters/main.svg" />
</a>
<a href="https://npmjs.org/package/@react-gifs/tools">
<img alt="min+zip size" src="https://badgen.net/bundlephobia/minzip/@react-gifs/tools" />
</a>

## Features

Expand All @@ -15,7 +25,7 @@ npm install @react-gifs/tools
```

```js
import { useWorkerParser, usePlayerState, usePlayback Canvas } from "@react-gifs/tools";
import { useWorkerParser, usePlayerState, usePlayback, Canvas } from "@react-gifs/tools";

const Gif = (src) => {
// default state
Expand Down

0 comments on commit be14c4f

Please sign in to comment.