@hashiprobr/react-use-loader
Version:
A React Hook for simplifying basic usage of Three.js loaders
30 lines • 746 B
JSON
{
"name": "@hashiprobr/react-use-loader",
"version": "1.0.5",
"description": "A React Hook for simplifying basic usage of Three.js loaders",
"keywords": [
"JavaScript",
"React",
"React Hook",
"Three.js",
"TextureLoader"
],
"homepage": "https://github.com/hashiprobr/react-use-loader#readme",
"bugs": {
"url": "https://github.com/hashiprobr/react-use-loader/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashiprobr/react-use-loader.git"
},
"license": "ISC",
"author": "Marcelo Hashimoto",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "17.0.2",
"three": "0.142.0"
}
}