libpag 4.5.46 → 4.5.47
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/LICENSE.txt +1 -1
- package/lib/libpag.cjs.js +322 -601
- package/lib/libpag.cjs.js.map +1 -1
- package/lib/libpag.esm.js +322 -601
- package/lib/libpag.esm.js.map +1 -1
- package/lib/libpag.min.js +1 -1
- package/lib/libpag.min.js.map +1 -1
- package/lib/libpag.umd.js +322 -601
- package/lib/libpag.umd.js.map +1 -1
- package/lib/libpag.wasm +0 -0
- package/package.json +1 -1
- package/src/.pag.wasm-mt.md5 +1 -1
- package/src/.pag.wasm.md5 +1 -1
- package/src/core/global-canvas.ts +2 -2
- package/src/core/render-canvas.ts +3 -3
- package/src/core/video-reader.ts +62 -26
- package/src/pag-player.ts +2 -2
- package/src/pag-view.ts +1 -1
- package/src/types.ts +1 -1
- package/src/video-reader-manager.ts +2 -1
- package/src/wasm/libpag.js +1 -1
- package/src/wasm/libpag.wasm +0 -0
- package/src/wasm-mt/libpag.js +1 -1
- package/src/wasm-mt/libpag.wasm +0 -0
- package/src/wechat/pag-view.ts +4 -1
- package/src/wechat/video-reader.ts +19 -6
- package/types/third_party/tgfx/web/src/core/scaler-context.d.ts +6 -0
- package/types/third_party/tgfx/web/src/tgfx.d.ts +3 -2
- package/types/third_party/tgfx/web/src/types.d.ts +6 -0
- package/types/web/src/core/video-reader.d.ts +2 -0
package/LICENSE.txt
CHANGED
|
@@ -1586,4 +1586,4 @@ Copyright (c) QT Qml original author and authors
|
|
|
1586
1586
|
A copy of the LGPL v3 and GPL v3 are included in this file.
|
|
1587
1587
|
|
|
1588
1588
|
For the license of other third party components, please refer to the following URL:
|
|
1589
|
-
https://doc.qt.io/qt-6/qtqml-index.html#licenses-and-attributions
|
|
1589
|
+
https://doc.qt.io/qt-6/qtqml-index.html#licenses-and-attributions
|