malte-wessel / react-textfit

React component to fit headlines and paragraphs into elements
http://malte-wessel.github.io/react-textfit/
MIT License
474 stars 144 forks source link

use process library instead of relying on Node's process object #10

Closed tbroadley closed 7 years ago

tbroadley commented 7 years ago

This fixes a bug that occurs in environments where process is not defined (e.g. the browser).

malte-wessel commented 7 years ago

thx!