New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

three-obj-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-obj-loader

NodeJS wrapper for Three.js' OBJLoader function

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
764
9.46%
Maintainers
1
Weekly downloads
 
Created
Source

three-object-loader Build Status Coverage Status

NodeJS wrapper for Three.js' OBJLoader function

By default, Three.js does not have OBJLoader 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

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

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

License

MIT © sohamkamani

Keywords

three

FAQs

Package last updated on 25 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts