Merge pull request #36 from Utkarsh-Singhal-26/fix/animation

[ FIX ] : Rearrange <ShapeBlur /> from Backgrounds to Animations
This commit is contained in:
David
2025-07-18 15:13:13 +03:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
@@ -53,8 +53,8 @@ import CliInstallation from '../../components/code/CliInstallation.vue';
import CodeExample from '../../components/code/CodeExample.vue';
import Customize from '../../components/common/Customize.vue';
import PreviewSlider from '../../components/common/PreviewSlider.vue';
import ShapeBlur from '../../content/Backgrounds/ShapeBlur/ShapeBlur.vue';
import { shapeBlur } from '@/constants/code/Backgrounds/shapeBlurCode';
import ShapeBlur from '../../content/Animations/ShapeBlur/ShapeBlur.vue';
import { shapeBlur } from '@/constants/code/Animations/shapeBlurCode';
const pixelRatioProp = ref(window.devicePixelRatio || 1);
const shapeSize = ref(1.0);