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 fe2ad05 commit 8d076d4Copy full SHA for 8d076d4
worker/utils/images.ts
@@ -41,10 +41,10 @@ export function calculateEntropy(data: Uint8Array): number {
41
* Memory-efficient: doesn't decode full PNG pixel data.
42
*
43
* @param base64Data - Base64 encoded PNG (without data URL prefix)
44
- * @param viewport - Expected viewport dimensions
45
* @param minFileSize - Minimum expected file size in bytes (default: 10KB)
46
* @param minEntropy - Minimum entropy threshold (default: 2.0)
47
- * @param minFileSize - Minimum expected file size in bytes (default: 10KB)
+ */
+export function detectBlankScreenshot(
48
*/
49
export function detectBlankScreenshot(
50
base64Data: string,
0 commit comments