1.1.3 • Published 1 month ago

react-joy v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

React-joy

The react-joy library exported as H5 modules.

Install

Using npm:

$ npm i react-joy

Quickstart

  enum LRFB { 
    'LEFT',
    'RIGHT',
    'FORWARD',
    'BACKWARD',
  }
  interface directionProps {
    direction: LRFB,
    x: number,
    y: number
  }

  const handleMove = function (e: directionProps) {
    const { x, y, direction } = e;
    // code...
  }
  const handleStop = function (e: MouseEvent) {
    
    // code...
  }

  // jsx
  <Joy handleMove={handleMove} handleStop={handleStop} />

dom move function

onPointerDown onPointerUp onPointerMove

DEMO

http://cxyhaha.cn/gba

--- thx ---

1.1.3

1 month ago

1.1.1

1 month ago

1.1.0

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.1.2

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago