write-like-chat-gpt
v1.0.7
Published
A component that writes text like ChatGPT
Downloads
225
Maintainers
Readme
const MyComponent = () => { return ( <div> <WriteLikeChatGPT text="Hello, world!" /> </div> ); };
export default MyComponent; 🤖 Technical detailsThis component uses the following React hooks:useStateuseEffectuseMemouseLayoutEffectuseRefIt also uses the requestAnimationFrame function to animate the text.