UNPKG

@masa-dev/react-signage

Version:

This is a react library for signage.

5 lines (4 loc) 166 B
export const MAX_RETRY_SPAN = 10_000; export const MIN_RETRY_SPAN = 1000; export const FADE_DURATION = 1000; export const DEFAULT_SIZE = { width: 300, height: 200 };