You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The`"pixelmatch"`comparatoruses [`@blazediff/core`](https://blazediff.dev/docs/core) under the hood. The following options are available when using it:
1134
1134
1135
1135
-`allowedMismatchedPixelRatio: number | undefined = undefined`
- **`maxLength`** - Maximum length of the output string (default: `7000`)
247
290
- **`filterNode`** - A CSS selector string or function to filter out nodes from the output. When a string is provided, elements matching the selector will be excluded. When a function is provided, it should return `false` to exclude a node.
0 commit comments