fix: Hard code handDrawnSeed

This commit is contained in:
Sidharth Vinod
2024-10-04 00:44:08 +05:30
parent be57484573
commit e5a28de26e
2 changed files with 19 additions and 46 deletions

View File

@@ -65,6 +65,7 @@ export const imgSnapshotTest = (
: 'courier',
messageFontFamily: 'courier',
},
handDrawnSeed: 1,
};
const url: string = mermaidUrl(graphStr, options, api);