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 CHANGED
@@ -22,9 +22,11 @@ yarn add hsu-utils
22
22
 
23
23
  - `Typeof` 获取类型或判断类型
24
24
 
25
- > `number`、`string`、`boolean`、`object`、`array`、`null`、`undefined`、`unknown`、`function`、`symbol`、`date`、`formdata`
25
+ > string、numberboolean、undefined、function、symbol、bigint、objectarraynulldateformdata、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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * hsu-utils v0.0.12
3
+ * hsu-utils v0.0.13
4
4
  *
5
5
  * some front-end utils
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * hsu-utils v0.0.12
3
+ * hsu-utils v0.0.13
4
4
  *
5
5
  * some front-end utils
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hsu-utils",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "some front-end utils",
5
5
  "repository": "git@github.com:VitaTsui/hsu-utils.git",
6
6
  "author": "VitaHsu <vitahsu7@gmail.com>",