@minto-ai/type-writer
Version:
流式打字机效果组件,提供逐字符显示文本的打字机效果
26 lines • 517 B
JSON
{
"name": "@minto-ai/type-writer",
"type": "module",
"version": "1.0.1",
"description": "流式打字机效果组件,提供逐字符显示文本的打字机效果",
"author": "hcc",
"license": "ISC",
"keywords": [
"typewriter",
"打字机效果",
"流式文本",
"动画"
],
"publishConfig": {
"access": "public"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"!node_modules",
"**/*"
],
"scripts": {
"build": "vite build"
}
}