datchley / react-scale-text

A React library to keep an element's text scaled to fit it's container
MIT License
54 stars 18 forks source link

Debounce option #19

Open cramatt opened 5 years ago

cramatt commented 5 years ago

This library works very well for scaling text - better than many of the alternatives I've tried. However it has very poor performance when resizing the window. A debounce / throttle option would be lovely here.