hsu-utils 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -1
- package/dist/hsu-utils.js +1 -1
- package/dist/hsu-utils.min.js.LICENSE.txt +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -22,9 +22,11 @@ yarn add hsu-utils
|
|
22
22
|
|
23
23
|
- `Typeof` 获取类型或判断类型
|
24
24
|
|
25
|
-
>
|
25
|
+
> string、number、boolean、undefined、function、symbol、bigint、object、array、null、date、formdata、set、map、regexp、arraybuffer、blob
|
26
26
|
|
27
27
|
- `get_string_width` 获取字符串长度
|
28
28
|
> 根据字体属性进行计算,默认 size 为 12,family 为 微软雅黑
|
29
29
|
- `loadImage` 异步加载图片
|
30
30
|
> 确保相同的图片只加载一次
|
31
|
+
- `renderPDF` 渲染 PDF
|
32
|
+
- `downloadFile` 下载文件
|
package/dist/hsu-utils.js
CHANGED