go-core 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/code.es5.js +4 -4
- package/dist/code.umd.js +5 -5
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -6,3 +6,17 @@
|
|
|
6
6
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
7
7
|
* @FilePath: /配置平台/tscore/code/README.md
|
|
8
8
|
-->
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### 生成补丁
|
|
12
|
+
|
|
13
|
+
修改dom-to-image生成图片加载再次加载所有字体的问题
|
|
14
|
+
|
|
15
|
+
生成新补丁方式
|
|
16
|
+
```js
|
|
17
|
+
# npm 方式
|
|
18
|
+
npx patch-package dom-to-image
|
|
19
|
+
|
|
20
|
+
# yarn 方式
|
|
21
|
+
yarn patch-package dom-to-image
|
|
22
|
+
```
|