项目作者: 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
创建时间: 2017-08-30T16:49:41Z
项目社区:https://github.com/ckuijjer/fit-svg-text

开源协议:

下载


fit-svg-text

Travis
npm package
Coveralls

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

  1. <FitSVGText width="300" height="200" text="Some example text" ></FitSVGText>