mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-02 06:51:14 +08:00
3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
// three 从 CDN 动态加载,不打进 bundle;声明为宽松类型以便通过 tsc
|
|
declare module "https://esm.sh/three@0.180.0";
|