1.1.1 • Published 4 years ago

jo-grabevents v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Jo - Grab Events

Sample usage jo-grabevents.surge.sh

Installation and usage

Installation

yarn add jo-grabevents

Usage

import OnGrab from 'jo-grabevents';

OnGrab(document, {
  // safe.x = 20,
  // safe.y = 20,
  // onDragTop,
  // onDragBottom,
  // onDragLeft,
  // onDragRight,
  // onGrab,
  // onDrag,
  // onDrop,
  // onDropTop,
  // onDropBottom,
  // onDropLeft,
  // onDropRight
});

Core components

Dependencies