discotools / components /editor-badge /badge-editor.constants.ts
enzostvs's picture
enzostvs HF Staff
Upload 172 files
9cd6ddb verified
raw
history blame contribute delete
705 Bytes
import { BadgeType } from "types/badge";
export const DEFAULT_VALUE: BadgeType = {
colour: "#5865F1",
gradient: {
enabled: false,
colours: [],
angle: 0,
type: "linear-gradient",
},
text: {
value: "DISCOTOOLS.XYZ",
colour: "#ffffff",
gradient: {
enabled: false,
colours: [],
angle: 0,
type: "linear-gradient",
},
},
icon: {
component: "King",
position: "left",
enabled: true,
colour: "#ffffff",
},
shinyEffect: false,
type: "circle",
radius: 40,
fontFamily: "Montserrat",
fontWeight: "700",
letterSpacing: 0,
border: {
width: 0,
colour: "#ffffff",
},
};
export const RATIONAL_BADGE_WIDTH = 32;