Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

three-ply-loader

stephenLYao607MIT1.0.0

NodeJS wrapper for Three.js' PLYLoader function

threejs, PLYLoader

readme

three-ply-loader

NodeJS wrapper for Three.js' PLYLoader function

Install

$ npm install --save three-ply-loader

Usage

const THREE = require('three');
const PLYLoader = require('three-ply-loader');
PLYLoader(THREE);

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

License

MIT