UNPKG

app-walk

Version:

An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.

31 lines (30 loc) 594 B
{ "name": "app-walk", "version": "0.0.4", "description": "An intuitive guided walkthrough library with UI highlighting and voice narration for web apps.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "app-guide", "guide", "help", "interactive", "tutorial", "ui-highlighting", "user-onboarding", "voice", "walkthrough" ], "author": "Kevin Wei", "license": "MIT", "devDependencies": { "typescript": "^5.1.6" } }