typewriter-text-effect
Version:
Simple typewriter text animation in JS/TS
32 lines (31 loc) • 644 B
JSON
{
"name": "typewriter-text-effect",
"version": "2.0.0",
"description": "Simple typewriter text animation in JS/TS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc"
},
"files": [
"dist"
],
"keywords": [
"typewriter",
"text",
"animation",
"typescript",
"npm",
"vanilla-js"
],
"author": "Rajat Singh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RajatSinghrs/typewriter-text.git"
},
"homepage": "https://github.com/RajatSinghrs/typewriter-text#readme",
"dependencies": {
"typescript": "^5.8.3"
}
}