UNPKG

text-clamp

Version:

处理文字超出最大行数显示...

27 lines (18 loc) 344 B
# text-clamp ## Installation You can use this package on the server side as well as the client side. ### [Node.js](http://nodejs.org/): ~~~ npm install text-clamp ~~~ ## API ~~~ javascript clamp(element, options) ~~~ ## Usage ~~~ javascript import {clamp} from 'text-clamp' clamp(element, { clamp:2 }) ~~~