🌎 基于 A-Frame 的 VR 全景网页视图 API 🔐
🔗 GitLab (Homepage) | 🔗 GitHub
本 API 标准接口为 https://webvrpanorama.api.soraharu.com/api.php
,以下为参数说明:
Parameter | Type | Lore |
---|---|---|
url_type |
GET |
local or http |
image_url |
GET |
The local filename or full URL |
当 url_type
为 local
时,程序会读取 ./images/
目录下名为 image_url
的 JPG 图像,例如:
此时获取的图片地址为:
相当于以下文件:
当 url_type
为 http
或 https
时,程序将会读取 image_url
指向的完整路径的图像,您需要确保 image_url
指向的图像可以被访问,例如:
此时获取的图片地址为:
请使用桌面浏览器打开以上 URL,图片加载可能较慢,请稍加等待
- 克隆本仓库到 GitHub.com 或 GitLab.com 个人仓库
- 在 Vercel 新建项目到你的个人仓库
- 等待自动部署完成
本项目仅供个人学习研究使用,禁止用于商业及非法用途。
基于 MIT License 许可进行开源。