{{ message }}
oribella/oribella
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Repository files navigation
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.
Go to the website for more information.
After cloning the mono repo
Install dependencies:
yarnyarn run lintRun the tests:
yarn testFor easy debugging using vscode
Add a breakpoint in a spec.ts and hit F5 and off you go...
To generate umd and es format:
yarn run build