Fix normalized skins uploading to Mojang (#4646)

* Fix normalized skins uploading to Mojang

* Run app-frontend > fix
This commit is contained in:
Jerozgen
2025-10-26 16:53:56 +03:00
committed by GitHub
parent 08e316a2b2
commit a0f23a2bca
3 changed files with 25 additions and 17 deletions

View File

@@ -22,6 +22,11 @@ export interface Skin {
is_equipped: boolean
}
export interface SkinTextureUrl {
original: string
normalized: string
}
export const DEFAULT_MODEL_SORTING = ['Steve', 'Alex'] as string[]
export const DEFAULT_MODELS: Record<string, SkinModel> = {