mirror of
https://github.com/documenso/documenso.git
synced 2026-08-23 23:02:22 +10:00
7 lines
240 B
TypeScript
7 lines
240 B
TypeScript
export const SIGNATURE_CANVAS_DPI = 2;
|
|
export const SIGNATURE_MIN_COVERAGE_THRESHOLD = 0.01;
|
|
|
|
export const isBase64Image = (value: string) => value.startsWith('data:image/png;base64,');
|
|
|
|
export const QR_SIGNATURE_TOKEN_EXPIRY_MINUTES = 10;
|