mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
Add ssim:fast
This commit is contained in:
@@ -32,8 +32,8 @@ addMatchImageSnapshotCommand({
|
|||||||
comparisonMethod: 'ssim',
|
comparisonMethod: 'ssim',
|
||||||
failureThreshold: 0.02,
|
failureThreshold: 0.02,
|
||||||
failureThresholdType: 'percent',
|
failureThresholdType: 'percent',
|
||||||
// customDiffConfig: {
|
customDiffConfig: {
|
||||||
// ssim: 'fast',
|
ssim: 'fast',
|
||||||
// },
|
},
|
||||||
blur: 1,
|
blur: 1,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user