react-custom-roulette-rtl
Version:
Customizable React roulette wheel with spinning animation RTL
18 lines (17 loc) • 754 B
TypeScript
export const DEFAULT_BACKGROUND_COLORS: string[];
export const DEFAULT_TEXT_COLORS: string[];
export const DEFAULT_OUTER_BORDER_COLOR: "black";
export const DEFAULT_OUTER_BORDER_WIDTH: 5;
export const DEFAULT_INNER_RADIUS: 0;
export const DEFAULT_INNER_BORDER_COLOR: "black";
export const DEFAULT_INNER_BORDER_WIDTH: 0;
export const DEFAULT_RADIUS_LINE_COLOR: "black";
export const DEFAULT_RADIUS_LINE_WIDTH: 5;
export const DEFAULT_FONT_FAMILY: "Nunito";
export const DEFAULT_FONT_SIZE: 20;
export const DEFAULT_FONT_WEIGHT: "bold";
export const DEFAULT_FONT_STYLE: "normal";
export const DEFAULT_TEXT_DISTANCE: 60;
export const DEFAULT_SPIN_DURATION: 1;
export const DISABLE_INITIAL_ANIMATION: false;
export const WEB_FONTS: string[];