UNPKG
imgfunc
Version:
latest (1.0.51)
1.0.51
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
图片上传JS
imgfunc
/
src
/
lib.js
7 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * 计算
base64
长度 * @param {DataBase}
base64
*/
export
const calcBASE64length =
base64
=> base64.length - (base64.length / 8) * 2;