@toolspack/ttd-pdfjs 0.0.10 → 0.1.1
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 +4 -1
- package/lib/ttd-pdfjs.common.js +2282 -973
- package/lib/ttd-pdfjs.umd.js +2282 -973
- package/lib/ttd-pdfjs.umd.min.js +5 -5
- package/package.json +1 -1
- package/src/packages/pdfjs/PdfView216.vue +48 -14
- package/src/packages/pdfjs/SwitchPage.vue +139 -27
package/README.md
CHANGED
|
@@ -37,4 +37,7 @@ PdfJs.workerSrc = require('pdfjs-dist/build/pdf.worker.entry')
|
|
|
37
37
|
0.0.6: 使用legacy目录 渲染有字体显示不完整情况,升级corejs 解决
|
|
38
38
|
0.0.7: closepdf 方法中的 canvas判空
|
|
39
39
|
0.0.8: 添加 updateScale
|
|
40
|
-
0.0.9: bug fixed
|
|
40
|
+
0.0.9: bug fixed
|
|
41
|
+
0.0.10: 修复渲染镜像的问题
|
|
42
|
+
0.1.0: 添加旋转 功能
|
|
43
|
+
0.1.1: 因为可以缩放了,pdf做小高度 调整到100
|