UNPKG

@onirix/camera-controls-module

Version:

Onirix helper library for camera controls.

26 lines (25 loc) 959 B
{ "name": "@onirix/camera-controls-module", "version": "1.2.1", "description": "Onirix helper library for camera controls.", "main": "./dist/ox-camera-controls-module.js", "module": "./dist/ox-camera-controls-module.esm.js", "unpkg": "./dist/ox-camera-controls-module.umd.js", "source": "src/index.js", "scripts": { "build": "rimraf dist && microbundle --name OnirixCameraControlsModule --external none --sourcemap false", "local-run": "npm install && npm run build && npx http-server -c-1 -p 5002 --cors --ssl --key ../onirix-studio/devcert/server.key --cert ../onirix-studio/devcert/server.crt" }, "files": [ "dist/**/*", "README.md", "CHANGELOG.md" ], "author": "Onirix", "license": "Propietary", "devDependencies": { "microbundle": "^0.13.0", "rimraf": "^3.0.2" }, "keywords": ["Augmented reality", "WebAR", "Gamification", "three", "three.js", "orbit", "controls", "OrbitControls", "camera"] }