Skip to content

Commit

Permalink
added link to example
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed May 22, 2020
1 parent 9005165 commit 4ff1f7c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gl-react-blurhash ![](https://img.shields.io/npm/v/gl-react-blurhash.svg)
# gl-react-blurhash ![](https://img.shields.io/npm/v/gl-react-blurhash.svg) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/)

Universal [`gl-react`](https://github.com/gre/gl-react) module that implements [BlurHash](https://github.com/woltapp/blurhash) in OpenGL.

Expand All @@ -20,7 +20,7 @@ First setup [`react-native-unimodules`](https://github.com/unimodules/react-nati
yarn add gl-react gl-react-native buffer gl-react-blurhash
```

### Example
## Usage

```js
import React from 'react';
Expand All @@ -35,3 +35,8 @@ export default function App {
);
}
```

## Example

See [`example`](example) subfolder for a full example.
This example is also available on [snack.expo.io](https://snack.expo.io/@git/github.com/schiller-manuel/gl-react-blurhash:example@develop).

0 comments on commit 4ff1f7c

Please sign in to comment.