typify.js
Version:
typify.js is a lightweight utility function that creates an auto-typing effect for your text
29 lines (28 loc) • 747 B
JSON
{
"name": "typify.js",
"version": "1.1.9",
"description": "typify.js is a lightweight utility function that creates an auto-typing effect for your text",
"author": "Sam K Thampan (https://devsk18.github.io/samkthampan)",
"homepage": "https://devsk18.github.io/typify.js/",
"license": "MIT",
"type": "module",
"main": "./dist/typify.min.js",
"source": "./src/typify.js",
"unpkg": "./dist/typify.min.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/devsk18/typify.js.git"
},
"bugs": {
"url": "https://github.com/devsk18/typify.js/issues"
},
"keywords": [
"typify",
"typify.js",
"typing animation",
"typing effect"
]
}