An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GSTR

> Nano gesture logic module for document or others.

[![npm Version](https://img.shields.io/npm/v/gstr.svg)](https://www.npmjs.com/package/gstr)
[![Build Status](https://github.com/hustcc/gstr/workflows/build/badge.svg)](https://github.com/hustcc/gstr/actions)
[![npm License](https://img.shields.io/npm/l/gstr.svg)](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).