Source: lib/THREEx/index.js

/**
 * @name THREEx
 * three.js extensions
 * @type {Object}
 */
module.exports = {
  WindowResize: require('./WindowResize'),
  FullScreen: require('./FullScreen')
};