Files
evilspins/app/components/atropos.vue
valere 7a1cdf2178
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
install atropos (demo on /wait)
2025-08-30 10:26:32 +02:00

9 lines
264 B
Vue

<template>
<div class="flex items-center justify-center min-h-screen">
<atropos-component class="h-72 w-60" active-offset="80" shadow-scale="1.05">
<img src="/logo.svg">
<img src="/ES01A/object.png">
</atropos-component>
</div>
</template>