UNPKG

chatstorm

Version:

ChatStorm - Real-Time Chat Server for Your App. ChatStorm is a powerful, lightning-fast Socket.io-based chat server that enables seamless real-time messaging in your application. Whether you're building a messaging app, live chat feature, or a collaborati

7 lines (5 loc) 208 B
const animatelogger = async (text) => { const chalkAnimation = await import("chalk-animation"); const animation = chalkAnimation.default.rainbow(text || "",2).start(); }; module.exports = animatelogger;