Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@awran5 awran5 released this 19 Nov 12:06
· 7 commits to main since this release

v5.0.0 - 2022-11-19

BREAKING CHANGES Hook now returns text along with some useful flags:

const [text, flags] = useTypewriter({})
Prop Type Description
isType boolean Check if currently typing
isDelete boolean Check if currently deleting
isDelay boolean Check if currently on delay
isDone boolean Check if all running loops are done

Commits