Framework
Installation
NPM
npm i oribella-framework
Usage
import { OribellaApi } from 'oribella-framework';
export const oribella = new OribellaApi();
oribella.registerDefaultFlowStrategy();
oribella.activate();
oribella.registerGesture(CustomGestureClass, CustomGestureOptions);