UNPKG

@martinpham/react-360-keyboard-camera-controller

Version:

Provide Keyboard Camera Controller for your React 360 project. Now you can navigate inside 3D world using your arrow keys.

30 lines (29 loc) 865 B
{ "name": "@martinpham/react-360-keyboard-camera-controller", "version": "1.0.8", "description": "Provide Keyboard Camera Controller for your React 360 project. Now you can navigate inside 3D world using your arrow keys.", "main": "src/KeyboardCameraController.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "three": "^0.87.0" }, "repository": { "type": "git", "url": "git+https://gitlab.com/martinpham/react-360-keyboard-camera-controller.git" }, "keywords": [ "react", "react-360", "camera", "keyboard", "3d" ], "author": "Martin Pham", "license": "ISC", "bugs": { "url": "https://gitlab.com/martinpham/react-360-keyboard-camera-controller/issues" }, "homepage": "https://gitlab.com/martinpham/react-360-keyboard-camera-controller#readme" }