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

https://github.com/oribella/oribella

A set of pre-configured cross platform gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.
https://github.com/oribella/oribella

auto-scroll cross-browser cross-platform doubletap gesture gesture-recognition longtap longtap-swipe nested-sortable pinch pinch-to-zoom rotate sortable swipe tap

Last synced: about 1 month ago
JSON representation

A set of pre-configured cross platform gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.

Awesome Lists containing this project

README

          

![oribella](./website/static/img/oa.svg)

> Gestures for everyone, everywhere

A cross platform, cross browser, cross input gesture building platform with preconfigured gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.

This is a mono repo containing the following packages

`/packages`

📦 `/framework` - Abstracts event flow strategies.

💅 `/oribella` - Pre-configured gestures.

### Getting started

Go to the [website](https://oribella.netlify.com) for more information.

### Development

After cloning the mono repo

### Installation

Install dependencies:

```sh
yarn
```

### Lint

```sh
yarn run lint
```

### Test

Run the tests:

```sh
yarn test
```

### Debugging

For easy debugging using [vscode](https://code.visualstudio.com/download)

Add a breakpoint in a `spec.ts` and hit F5 and off you go...

### Build

To generate umd and es format:

```sh
yarn run build
```