diff --git a/packages/embed/src/components/EmImgWithBlurhash.vue b/packages/embed/src/components/EmImgWithBlurhash.vue
index d1821ee673..3ea7622f7f 100644
--- a/packages/embed/src/components/EmImgWithBlurhash.vue
+++ b/packages/embed/src/components/EmImgWithBlurhash.vue
@@ -5,18 +5,8 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
-
-
+
+
@@ -62,15 +52,6 @@ import { v4 as uuid } from 'uuid';
import { render } from 'buraha';
const props = withDefaults(defineProps<{
- transition?: {
- duration?: number | { enter: number; leave: number; };
- enterActiveClass?: string;
- leaveActiveClass?: string;
- enterFromClass?: string;
- leaveToClass?: string;
- enterToClass?: string;
- leaveFromClass?: string;
- } | null;
src?: string | null;
hash?: string | null;
alt?: string | null;
@@ -81,7 +62,6 @@ const props = withDefaults(defineProps<{
forceBlurhash?: boolean;
onlyAvgColor?: boolean; // 軽量化のためにBlurhashを使わずに平均色だけを描画
}>(), {
- transition: null,
src: null,
alt: '',
title: null,
@@ -230,11 +210,6 @@ onUnmounted(() => {