three-gltf-loader
Version:
three.js GLTFLoader wrapped as a module for easy importing
27 lines (26 loc) • 566 B
JSON
{
"name": "three-gltf-loader",
"version": "1.96.0",
"description": "three.js GLTFLoader wrapped as a module for easy importing",
"main": "index.js",
"homepage": "https://github.com/johh/three-gltf-loader#readme",
"repository": {
"type": "git",
"url": "https://github.com/johh/three-gltf-loader.git"
},
"author": "JohH <code@johh.net>",
"license": "MIT",
"private": false,
"keywords": [
"three",
"three.js",
"gltf",
"gltf2",
"loader",
"webgl",
"es6"
],
"peerDependencies": {
"three": ">=0.89.0"
}
}