v1.0.4
Improve React hooks
Improve and simplify React hooks code after detailed understanding of: https://overreacted.io/a-complete-guide-to-useeffect/
Also updated the PropsTable
docs with prop descriptions.
Bug fixes:
- Handle words that don't fit in the boundary of the SVG by applying a font-size scale factor
- Handle large number of words
- Fix up some types