oribella / oribella

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

Home Page:https://oribella.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oribella

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 for more information.

Development

After cloning the mono repo

Installation

Install dependencies:

yarn

Lint

yarn run lint

Test

Run the tests:

yarn test

Debugging

For easy debugging using vscode

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

Build

To generate umd and es format:

yarn run build

About

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

https://oribella.netlify.com


Languages

Language:TypeScript 94.8%Language:JavaScript 4.8%Language:CSS 0.3%