@toolspack/ttd-pdfjs 0.0.8 → 0.0.9
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/.eslintignore +2 -2
- package/README.md +3 -2
- package/lib/demo.html +1 -8
- package/lib/ttd-pdfjs.common.js +6416 -8924
- package/lib/ttd-pdfjs.umd.js +6444 -8951
- package/lib/ttd-pdfjs.umd.min.js +4 -13
- package/package.json +1 -1
- package/src/packages/pdfjs/PdfView216.vue +2 -10
- /package/lib/static/fonts/{element-icons.732389de.ttf → element-icons.f1a45d74.ttf} +0 -0
- /package/lib/static/fonts/{element-icons.535877f5.woff → element-icons.ff18efd1.woff} +0 -0
package/.eslintignore
CHANGED
package/README.md
CHANGED
|
@@ -24,5 +24,6 @@
|
|
|
24
24
|
0.0.4: 优化destroy,清空canvas
|
|
25
25
|
0.0.5: 使用legacy目录否则 chrome88 报错(structuredClone is not defined)
|
|
26
26
|
0.0.6: 使用legacy目录 渲染有字体显示不完整情况,升级corejs 解决
|
|
27
|
-
0.0.7: closepdf 方法中的 canvas判空
|
|
28
|
-
0.0.8: 添加 updateScale
|
|
27
|
+
0.0.7: closepdf 方法中的 canvas判空
|
|
28
|
+
0.0.8: 添加 updateScale
|
|
29
|
+
0.0.9: bug fixed
|
package/lib/demo.html
CHANGED
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
<title>ttd-pdfjs demo</title>
|
|
3
|
-
<script src="./ttd-pdfjs.umd.js"></script>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<script>
|
|
7
|
-
console.log(ttd-pdfjs)
|
|
8
|
-
</script>
|
|
1
|
+
<!doctype html><meta charset="utf-8"><title>ttd-pdfjs demo</title><script src="./ttd-pdfjs.umd.js"></script><script>console.log(ttd-pdfjs)</script>
|