1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yinsx
2026-01-05 18:04:30 +08:00
parent ed5669fe93
commit 47f0961e22
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
env: { hdrPath: '/hdr/my.env', intensity: 1.2, rotationY: 0.3 },
};
console.log(window.faceSDK, window.faceSDK && window.faceSDK.kernel);
const kernel = window.faceSDK && window.faceSDK.kernel;
if (!kernel) {