Skip to content

Commit 4ff1f7c

Browse files
added link to example
1 parent 9005165 commit 4ff1f7c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gl-react-blurhash ![](https://img.shields.io/npm/v/gl-react-blurhash.svg)
1+
# 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/)
22

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

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

23-
### Example
23+
## Usage
2424

2525
```js
2626
import React from 'react';
@@ -35,3 +35,8 @@ export default function App {
3535
);
3636
}
3737
```
38+
39+
## Example
40+
41+
See [`example`](example) subfolder for a full example.
42+
This example is also available on [snack.expo.io](https://snack.expo.io/@git/github.com/schiller-manuel/gl-react-blurhash:example@develop).

0 commit comments

Comments
 (0)