项目作者: ckuijjer
项目描述 :
The fit-svg-text react component renders, and potentially wraps, text with the maximally possible font size for a container with fixed dimensions.
高级语言: JavaScript
项目地址: git://github.com/ckuijjer/fit-svg-text.git
fit-svg-text



The fit-svg-text react component renders, and potentially wraps, text with the maximally possible font size for a container with fixed dimensions.
Install
npm install --save fit-svg-text
Usage
<FitSVGText width="300" height="200" text="Some example text" ></FitSVGText>