@toolspack/ttd-pdfjs 0.0.5 → 0.0.6
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 +7 -6
- package/lib/static/fonts/element-icons.535877f5.woff +0 -0
- package/lib/static/fonts/element-icons.732389de.ttf +0 -0
- package/lib/ttd-pdfjs.common.js +5521 -856
- package/lib/ttd-pdfjs.umd.js +5525 -860
- package/lib/ttd-pdfjs.umd.min.js +6 -6
- package/package.json +2 -2
- package/src/App.vue +2 -1
- package/src/packages/pdfjs/PdfView216.vue +30 -14
package/README.md
CHANGED
|
@@ -17,9 +17,10 @@
|
|
|
17
17
|
(不能和上次版本一样) npm run lib (打包), 打包完成后,执行npm publish
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
0.0.0: pdfjs-dist2.16.105 单独打包
|
|
21
|
-
0.0.1: 修复bug
|
|
22
|
-
0.0.2: 升级pdfjs-dist 到: 3.11.174
|
|
23
|
-
0.0.3: cmapurl改用本地化
|
|
24
|
-
0.0.4: 优化destroy,清空canvas
|
|
25
|
-
0.0.5: 使用legacy目录否则 chrome88 报错(structuredClone is not defined)
|
|
20
|
+
0.0.0: pdfjs-dist2.16.105 单独打包
|
|
21
|
+
0.0.1: 修复bug
|
|
22
|
+
0.0.2: 升级pdfjs-dist 到: 3.11.174
|
|
23
|
+
0.0.3: cmapurl改用本地化
|
|
24
|
+
0.0.4: 优化destroy,清空canvas
|
|
25
|
+
0.0.5: 使用legacy目录否则 chrome88 报错(structuredClone is not defined)
|
|
26
|
+
0.0.6: 使用legacy目录 渲染有字体显示不完整情况,升级corejs 解决
|
|
Binary file
|
|
Binary file
|