UNPKG

@mansartesteban/use-typing-animation

Version:

Vanilla lib to simulate typing animation for a list of defined words

31 lines 705 B
{ "name": "@mansartesteban/use-typing-animation", "version": "1.0.1", "description": "Vanilla lib to simulate typing animation for a list of defined words", "main": "src/index.js", "type": "module", "keywords": [ "typing", "animation", "words", "transition", "automatic", "carousel" ], "author": "Esteban Mansart", "license": "ISC", "dependencies": { "@mansartesteban/utils": "^1.0.0" }, "devDependencies": { "vite": "^5.4.10" }, "repository": { "type": "git", "url": "https://github.com/mansartesteban/use-typing-animation" }, "scripts": { "build": "vite build .", "test": "echo \"Error: no test specified\" && exit 1" } }