Files
sign/packages/lib/constants/pdf.ts

10 lines
318 B
TypeScript
Raw Normal View History

2025-01-02 15:33:37 +11:00
import { NEXT_PUBLIC_WEBAPP_URL } from './app';
2023-09-20 13:48:30 +10:00
export const DEFAULT_STANDARD_FONT_SIZE = 12;
2023-09-20 13:48:30 +10:00
export const DEFAULT_HANDWRITING_FONT_SIZE = 50;
export const MIN_STANDARD_FONT_SIZE = 8;
export const MIN_HANDWRITING_FONT_SIZE = 20;
2025-01-02 15:33:37 +11:00
export const CAVEAT_FONT_PATH = () => `${NEXT_PUBLIC_WEBAPP_URL()}/fonts/caveat.ttf`;