Updated display name and heads display
This commit is contained in:
@@ -78,3 +78,7 @@ export function romanize(num: number) {
|
||||
const thousands = Number(digits.join(""))
|
||||
return "M".repeat(thousands) + roman
|
||||
}
|
||||
|
||||
export function head(val: string, size: number) {
|
||||
return `https://vzge.me/face/${size}/${val}?no-shadow,cape,ears,overlay`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user