Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cawfree/react-native-rough
⚛️✍️Rough.js bindings for that hand-drawn feel.
https://github.com/cawfree/react-native-rough
animated react react-native rough roughjs svg
Last synced: 8 days ago
JSON representation
⚛️✍️Rough.js bindings for that hand-drawn feel.
- Host: GitHub
- URL: https://github.com/cawfree/react-native-rough
- Owner: cawfree
- License: mit
- Created: 2020-05-28T21:15:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:23:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T17:56:50.700Z (13 days ago)
- Topics: animated, react, react-native, rough, roughjs, svg
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 109
- Watchers: 3
- Forks: 5
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-rough
[**Rough.js**](https://roughjs.com/) bindings for that hand-drawn feel.
## 🚀 getting started
[react-native-rough](https://github.com/cawfree/react-native-rough) is available via the [**npm registry**](https://www.npmjs.com/):
```
yarn add react-native-rough # or npm i -s react-native-rough
```This project depends upon [react-native-svg](https://github.com/react-native-community/react-native-svg), and it assumes it has been installed and linked to the target project.
The component property spec fully conforms to the [**Rough.js API Specification**](https://github.com/pshihn/rough/wiki).
You can see this library in action in the [**Example App**](./example/App.js).
## ✌️ license
[**MIT**](./LICENSE.md)