<div align="center">
  <h1>aframe-look-controls-touch-y</h1>
</div>

## Introduce

The extension for touch device of [A-Frame](https://aframe.io/) `look-controls`.  

Support `aframe@1.3.0`

```sh
# 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

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

## Usage

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

or

```html
<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>
```
