[ FIX ] : ASCIIText Naming & Registry

This commit is contained in:
Utkarsh-Singhal-26
2026-01-21 16:08:55 +05:30
parent c484742f02
commit 18d561ea6f
27 changed files with 101 additions and 35 deletions

View File

@@ -549,19 +549,19 @@
"categories": ["Animations"]
},
{
"name": "CountUp",
"title": "CountUp",
"description": "Animated number counter supporting formatting and decimals.",
"name": "PixelTrail",
"title": "PixelTrail",
"description": "Pixel grid trail effect that follows cursor movement with customizable gooey filter.",
"type": "registry:component",
"add": "when-added",
"registryDependencies": [],
"dependencies": [],
"dependencies": [{ "ecosystem": "js", "name": "three", "version": "^0.178.0" }],
"devDependencies": [],
"files": [
{
"type": "registry:component",
"role": "file",
"path": "CountUp/CountUp.vue",
"path": "PixelTrail/PixelTrail.vue",
"registryDependencies": [],
"dependencies": [],
"devDependencies": []
@@ -582,7 +582,28 @@
{
"type": "registry:component",
"role": "file",
"path": "ASCIIText/AsciiText.vue",
"path": "ASCIIText/ASCIIText.vue",
"registryDependencies": [],
"dependencies": [],
"devDependencies": []
}
],
"categories": ["TextAnimations"]
},
{
"name": "CountUp",
"title": "CountUp",
"description": "Animated number counter supporting formatting and decimals.",
"type": "registry:component",
"add": "when-added",
"registryDependencies": [],
"dependencies": [],
"devDependencies": [],
"files": [
{
"type": "registry:component",
"role": "file",
"path": "CountUp/CountUp.vue",
"registryDependencies": [],
"dependencies": [],
"devDependencies": []
@@ -1010,6 +1031,27 @@
],
"categories": ["TextAnimations"]
},
{
"name": "Shuffle",
"title": "Shuffle",
"description": "GSAP-powered slot machine style text shuffle animation with scroll trigger.",
"type": "registry:component",
"add": "when-added",
"registryDependencies": [],
"dependencies": [{ "ecosystem": "js", "name": "gsap", "version": "^3.13.0" }],
"devDependencies": [],
"files": [
{
"type": "registry:component",
"role": "file",
"path": "Shuffle/Shuffle.vue",
"registryDependencies": [],
"dependencies": [],
"devDependencies": []
}
],
"categories": ["TextAnimations"]
},
{
"name": "AnimatedList",
"title": "AnimatedList",
@@ -2391,6 +2433,27 @@
}
],
"categories": ["Backgrounds"]
},
{
"name": "PixelSnow",
"title": "PixelSnow",
"description": "Falling pixelated snow effect with customizable density and speed.",
"type": "registry:component",
"add": "when-added",
"registryDependencies": [],
"dependencies": [{ "ecosystem": "js", "name": "three", "version": "^0.178.0" }],
"devDependencies": [],
"files": [
{
"type": "registry:component",
"role": "file",
"path": "PixelSnow/PixelSnow.vue",
"registryDependencies": [],
"dependencies": [],
"devDependencies": []
}
],
"categories": ["Backgrounds"]
}
]
}