clamp-js
Version:
Clamps (ie. cuts off) an HTML element's content by adding ellipsis to it if the content inside is too long.
22 lines (21 loc) • 476 B
JSON
{
"name": "clamp-js",
"version": "0.7.0",
"license": "WTFPL",
"description": "Clamps (ie. cuts off) an HTML element's content by adding ellipsis to it if the content inside is too long.",
"author": {
"name": "Javier López",
"email": "xavi160@gmail.com"
},
"keywords": [
"clamp",
"ellipsis",
"multiline",
"browser"
],
"main": "clamp.js",
"repository": {
"type": "git",
"url": "https://github.com/xavi160/Clamp.js.git"
}
}