# three-obj-loader

> NodeJS wrapper for Three.js' OBJLoader function

Latest version **1.1.3** (published 2017-09-25) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install three-obj-loader
pnpm add three-obj-loader
yarn add three-obj-loader
bun add three-obj-loader
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2017-09-25 |
| First published | 2015-12-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30 |
| Author | sohamkamani |
| Maintainers | sohamkamani |
| Keywords | three, three.js, obj, loader |

## Links

- npm: https://www.npmjs.com/package/three-obj-loader
- Repository: https://github.com/sohamkamani/three-object-loader
- Homepage: https://github.com/sohamkamani/three-object-loader#readme
- Issues: https://github.com/sohamkamani/three-object-loader/issues
- npm.io page: https://npm.io/package/three-obj-loader

## Recent versions

- 1.1.3 (latest) — 2017-09-25
- 1.1.2 — 2017-04-13
- 1.0.2 — 2016-02-29
- 1.0.1 — 2015-12-19
- 1.0.0 — 2015-12-19

## README

# three-object-loader [![Build Status](https://travis-ci.org/sohamkamani/three-object-loader.svg?branch=master)](https://travis-ci.org/sohamkamani/three-object-loader) [![Coverage Status](https://coveralls.io/repos/sohamkamani/three-object-loader/badge.svg?branch=master&service=github)](https://coveralls.io/github/sohamkamani/three-object-loader?branch=master)

> NodeJS wrapper for Three.js' OBJLoader function

By default, [Three.js](https://www.npmjs.com/package/three) does not have [OBJLoader](http://threejs.org/examples/js/loaders/OBJLoader.js) built in. This is a NodeJS wrapper for the OBJLoader library so that it can be used with npm in systems using browserify, webpack, etc.

## Install

```
$ npm install --save three-obj-loader
```

## Usage

```js
var THREE = require('three');
var OBJLoader = require('three-obj-loader');
OBJLoader(THREE);

console.log(typeof THREE.OBJLoader);
//=> 'function'
```

## License

MIT © [sohamkamani](https://github.com/sohamkamani)

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