Merge pull request #134 from chen-lil/main

Fix syntax error in blurTextCode.ts
This commit is contained in:
David
2026-01-17 23:10:01 +02:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ export const blurText = createCodeObject(code, 'TextAnimations/BlurText', {
import BlurText from "./BlurText.vue";
const handleAnimationComplete = () => {
console.log('All animations complete!');,
});
console.log('All animations complete!');
};
</script>`
});