(Node.js) コンソールでの入力と削除のアニメーション – cotd
💡 Introduction Import cotd⌨️ to use console.typing() and console.deleting() in your source code. 📦 Installation 📥 Install cotd⌨️ package: npm install cotd # Using npm yarn add cotd # Using yarn pnpm add cotd # Using pnpm 🗑️ Uninstall cotd⌨️ package: npm uninstall cotd # Using npm yarn remove cotd # Using yarn pnpm remove…