Update script.js

This commit is contained in:
Vladimir Sobolev 2025-02-12 15:56:01 +02:00 committed by GitHub
parent 84bf9bd0af
commit e9faa93b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,8 @@
var VIDEO_WIDTH = 640,
VIDEO_HEIGHT = 480,
PORTRAIT,
FIX = 2;
FIX = 2,
CURRENT_ADJUSTMENT;
var FAST_COLOR = new FastAverageColor();