1.0.0 • Published 2 years ago

aframe-look-controls-touch-y v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Introduce

The extension for touch device of A-Frame look-controls.

Support aframe@1.3.0

# npm
$ npm install aframe-look-controls-touch-y

# yarn
$ yarn add aframe-look-controls-touch-y

# pnpm
$ pnpm install aframe-look-controls-touch-y

or

<script src="https://cdn.jsdelivr.net/npm/aframe-look-controls-touch-y@latest/index.js"></script>

Usage

import 'aframe';
import 'aframe-look-controls-touch-y';

or

<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aframe-look-controls-touch-y@latest/index.js"></script>