@laozhao/autofontsize
v0.0.2
Published
根据元素宽度自适应文字字号大小
Downloads
3
Readme
/**
* @desc 根据内容自适应字号
* @param {string} [text] - 显示的内容
* @param {number} [maxFontSize] - 最大字号
*
* @example
* <div style="display: inline-block;width: 100px;">
* <autofontsize text="这是文字" :maxFontSize="20"></autofontsize>
* </div>
*/