UNPKG
text-clamp
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
处理文字超出最大行数显示...
github.com/penyuying/text-clamp
penyuying/text-clamp
text-clamp
/
build
/
utils
/
banner.js
6 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
const
pkg =
require
(
'../../package.json'
);
module
.
exports
=
'/*!\n'
+
' * '
+pkg.
name
+
' v'
+ pkg.
version
+
'\n'
+
' * (c) 2017-'
+
new
Date
().
getFullYear
() +
' penyuying\n'
+
' * Released under the MIT License.\n'
+
' */'
;