1 Star 0 Fork 6

晓梦云飞/uniapp微信开发+three.js加载3d模型

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package-lock.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
孙大圣 提交于 2022-09-20 16:32 . 初始化3d模型项目
{
"name": "threedemo",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "threedemo",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"dhtml-weixin": "^0.930.0",
"three-weixin": "^0.930.0"
}
},
"node_modules/dhtml-weixin": {
"version": "0.930.0",
"resolved": "https://registry.npmmirror.com/dhtml-weixin/-/dhtml-weixin-0.930.0.tgz",
"integrity": "sha512-dGV6Gyi3LSj3HoIBhVfjm37YOOsJ1wGwnjZpvc0aT2gYpm6SE5fT9sLXE2s9HjhtowIGf6oA7b+ttiy8j04dXg=="
},
"node_modules/three-weixin": {
"version": "0.930.0",
"resolved": "https://registry.npmmirror.com/three-weixin/-/three-weixin-0.930.0.tgz",
"integrity": "sha512-mG6w/6VebksmvtXo8vw7OEFSprD6dzZbH03cG+rPe+6AWxOYEOtSXq1tuL3OQayQvlXLZzjYmI04SIOjVSBa2A==",
"dependencies": {
"dhtml-weixin": "0.930.0"
}
}
},
"dependencies": {
"dhtml-weixin": {
"version": "0.930.0",
"resolved": "https://registry.npmmirror.com/dhtml-weixin/-/dhtml-weixin-0.930.0.tgz",
"integrity": "sha512-dGV6Gyi3LSj3HoIBhVfjm37YOOsJ1wGwnjZpvc0aT2gYpm6SE5fT9sLXE2s9HjhtowIGf6oA7b+ttiy8j04dXg=="
},
"three-weixin": {
"version": "0.930.0",
"resolved": "https://registry.npmmirror.com/three-weixin/-/three-weixin-0.930.0.tgz",
"integrity": "sha512-mG6w/6VebksmvtXo8vw7OEFSprD6dzZbH03cG+rPe+6AWxOYEOtSXq1tuL3OQayQvlXLZzjYmI04SIOjVSBa2A==",
"requires": {
"dhtml-weixin": "0.930.0"
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mmkj/uniapp3D.git
[email protected]:mmkj/uniapp3D.git
mmkj
uniapp3D
uniapp微信开发+three.js加载3d模型
master

搜索帮助