react-font-scale

React Font Scale =================

Usage no npm install needed!

<script type="module">
  import reactFontScale from 'https://cdn.skypack.dev/react-font-scale';
</script>

README

React Font Scale

Installation

npm install react-font-scale

Usage: Wrap the font scale component around items you would like to scale.

<FontScale
  minWidth={300}
  maxWidth={600}
  minFontSize={8}
  maxFontSize={16} >

  {content}

</FontScale>