const badgeTypeMetadata = {
"description": "Proof of ownership of a Mercado Libre Sellers account",
"image":"ipfs://QmW3hVcLJ1a5fD9yeKCLuoKB3WbZGY7kfxg66Hx53Wkk3n",
"name":"Proof of Merchant Account in MercadoLibre"
}
<BadgePreviewV2
imageUrl={badgeTypeMetadata.imageUrl} -> it should be an url, ipfs not supported at the moment
size="medium" -> Large / Medium / Small
title={badgeTypeMetadata.name}
description={badgeTypeMetadata.description}
badgeUrl={`staging-app.thebadge.xyz/${badgeType.id}/${ownerAddress}`}
{/** NON-EDITABLE VALUES (under development) **/}
animationEffects={['wobble', 'grow', 'glare']}
animationOnHover
badgeBackgroundUrl="https://images.unsplash.com/photo-1512998844734-cd2cca565822?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTIyfHxhYnN0cmFjdHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60"
textContrast="light-withTextBackground"
/>