- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
/**
|
||
* 调用 gpuDetector.webgl 判断当前浏览器是否支持 webgl。(支持 gpgpu 的浏览器一定也支持 webgl)
|
||
*/
|
||
export declare const gpuDetector: () => any;
|