We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bf9bd commit e9faa93Copy full SHA for e9faa93
assets/webconfig/c/script.js
@@ -1,7 +1,8 @@
1
var VIDEO_WIDTH = 640,
2
VIDEO_HEIGHT = 480,
3
PORTRAIT,
4
- FIX = 2;
+ FIX = 2,
5
+ CURRENT_ADJUSTMENT;
6
7
var FAST_COLOR = new FastAverageColor();
8
0 commit comments