https://github.com/hustcc/gstr
:wave: Gesture logic module for document or others.
https://github.com/hustcc/gstr
gesture gesture-detection gesture-recognition touch
Last synced: 9 months ago
JSON representation
:wave: Gesture logic module for document or others.
- Host: GitHub
- URL: https://github.com/hustcc/gstr
- Owner: hustcc
- License: mit
- Created: 2020-04-09T11:20:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T11:30:26.000Z (over 5 years ago)
- Last Synced: 2025-02-14T04:27:48.418Z (10 months ago)
- Topics: gesture, gesture-detection, gesture-recognition, touch
- Language: JavaScript
- Homepage: https://github.com/hustcc/gstr
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GSTR
> Nano gesture logic module for document or others.
[](https://www.npmjs.com/package/gstr)
[](https://github.com/hustcc/gstr/actions)
[](https://www.npmjs.com/package/gstr)
## Install
```bash
$ npm i --save gstr
```
## Usage
```ts
/**
* TODO
*/
```
## Dev
```bash
# install dependence
$ npm install
# run test cases
$ npm run test
# build package
$ npm run build
```
## License
MIT@[hustcc](https://github.com/hustcc).