# three-transformcontrols

> A module for using THREE.TransformControls with nodejs

Latest version **0.78.1** (published 2016-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install three-transformcontrols
pnpm add three-transformcontrols
yarn add three-transformcontrols
bun add three-transformcontrols
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.78.1 |
| Published | 2016-06-17 |
| First published | 2016-02-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Lloyd Henning |
| Maintainers | eldog |
| Keywords | threejs, 3d, transform, controls, webGL |

## Links

- npm: https://www.npmjs.com/package/three-transformcontrols
- Repository: https://github.com/foxdog-studios/three-transformcontrols
- Homepage: https://github.com/foxdog-studios/three-transformcontrols#readme
- Issues: https://github.com/foxdog-studios/three-transformcontrols/issues
- npm.io page: https://npm.io/package/three-transformcontrols

## Dependencies (1)

- [three](https://npm.io/package/three.md) >=0.78.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.78.1 (latest) — 2016-06-17
- 0.78.0 — 2016-06-17
- 0.76.4 — 2016-06-17
- 0.76.3 — 2016-05-26
- 0.76.2 — 2016-05-24
- 0.0.2 — 2016-04-22
- 0.0.1 — 2016-02-29
- 0.0.0 — 2016-02-27

## README

# three-transformcontrols

A module for using THREE.TransformControls with nodejs

See the [original](http://threejs.org/examples/#misc_controls_transform) for
a demo.

Updated for THREE __R78__.

## Installation

`npm install three-transformcontrols`

## Usage

```javascript
var TransformControls = require('three-transformcontrols');
var controls = new TransformControls(camera, domElement);
```

## Development

Ensure you have the same node environment using nvm.

`npm install -g nvm`
`nvm use`

Then install as usual

`npm install`

## Testing

Make sure you have loaded the nvm environment

`nvm use`

Then test as usual

`npm test`

---
_Source: https://npm.io/package/three-transformcontrols · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
