[ FIX ] : Rearrange <ShapeBlur /> from Backgrounds to Animations

This commit is contained in:
Utkarsh-Singhal-26
2025-07-18 17:35:41 +05:30
parent 94c4cdd704
commit a082600da5
5 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import code from '@content/Backgrounds/ShapeBlur/ShapeBlur.vue?raw';
import code from '@/content/Animations/ShapeBlur/ShapeBlur.vue?raw';
import type { CodeObject } from '../../../types/code';
export const shapeBlur: CodeObject = {
cli: `npx jsrepo add https://vue-bits.dev/ui/Backgrounds/ShapeBlur`,
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/ShapeBlur`,
installation: `npm install three @types/three`,
usage: `<template>
<ShapeBlur