UNPKG

@3dverse/livelink-camera-controls

Version:

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.

67 lines (66 loc) 1.68 kB
{ "name": "@3dverse/livelink-camera-controls", "version": "0.4.10", "author": "Yomotsu", "license": "MIT", "main": "dist/camera-controls.cjs", "module": "dist/camera-controls.module.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": "yomotsu/camera-controls", "devDependencies": { "@3dverse/livelink.core": "^1.1.3", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^12.1.2", "@stylistic/eslint-plugin": "^2.12.1", "@types/three": "^0.171.0", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "downlevel-dts": "^0.11.0", "eslint": "^9.17.0", "globals": "^15.14.0", "npm-run-all": "^4.1.5", "open-cli": "^8.0.0", "rollup": "^4.29.0", "serve": "^14.2.4", "terser": "^5.37.0", "three": "^0.171.0", "tslib": "^2.8.1", "typedoc": "^0.27.5", "typescript": "^5.7.2" }, "peerDependencies": { "threejs-math": ">=0.147.0" }, "scripts": { "dev": "npm-run-all -p dev:*", "dev:rollup": "rollup --config --watch", "dev:serve": "serve -S -p 3000 ./ && kill $!", "dev:open": "open-cli http://localhost:3000/examples/", "build": "rollup --config && terser dist/camera-controls.module.js -o dist/camera-controls.module.min.js --comments '/^!/' && downlevel-dts . .", "lint": "eslint src", "typedoc": "typedoc" }, "browserslist": [ "> 1%", "last 3 versions", "not dead" ], "typesVersions": { "<=3.4.0-0": { "*": [ "./" ] } }, "keywords": [ "three", "three.js", "orbit", "controls", "OrbitControls", "camera" ] }