UNPKG

imgfunc

Version:

图片上传JS

7 lines (6 loc) 143 B
/** * 计算base64长度 * @param {DataBase} base64 */ export const calcBASE64length = base64 => base64.length - (base64.length / 8) * 2;