feat: default steve skin
This commit is contained in:
@ -33,7 +33,9 @@ export default function SkinViewer({
|
|||||||
canvas: canvasRef.current,
|
canvas: canvasRef.current,
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
skin: skinUrl || undefined,
|
skin:
|
||||||
|
skinUrl ||
|
||||||
|
'https://static.planetminecraft.com/files/resource_media/skin/original-steve-15053860.png',
|
||||||
model: 'auto-detect',
|
model: 'auto-detect',
|
||||||
cape: capeUrl || undefined,
|
cape: capeUrl || undefined,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user