@bendyline/squisq-cli 2.4.0 → 2.4.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/NOTICE.md +1 -1
- package/dist/api-HBPJQ7MA.js +0 -0
- package/dist/api.d.ts +1 -2
- package/dist/chunk-GGVASRPG.js +0 -0
- package/dist/chunk-WR2BZJ77.js +0 -0
- package/dist/index.js +0 -0
- package/dist/nativeEncoder-PMVSFLMN.js +0 -0
- package/dist/squisq-player.global.js +63 -61
- package/package.json +8 -8
package/NOTICE.md
CHANGED
|
@@ -9,7 +9,7 @@ Third-party components remain under their respective license terms.
|
|
|
9
9
|
| Package | Version | License | Repository |
|
|
10
10
|
| --------------- | ------- | ---------- | --------------------------------------- |
|
|
11
11
|
| commander | 12.1.0 | MIT | https://github.com/tj/commander.js |
|
|
12
|
-
| playwright-core | 1.
|
|
12
|
+
| playwright-core | 1.61.1 | Apache-2.0 | https://github.com/microsoft/playwright |
|
|
13
13
|
|
|
14
14
|
Copyright and complete license texts for these dependencies are included in
|
|
15
15
|
their respective npm distributions and source repositories.
|
package/dist/api-HBPJQ7MA.js
CHANGED
|
File without changes
|
package/dist/api.d.ts
CHANGED
|
@@ -191,8 +191,7 @@ declare function framesToGifNativeBytes(ffmpegPath: string, frames: Uint8Array[]
|
|
|
191
191
|
* Programmatic Rendered-Media API
|
|
192
192
|
*
|
|
193
193
|
* Provides library-style entry points for rendering Squisq documents to MP4
|
|
194
|
-
* or animated GIF from Node.js callers
|
|
195
|
-
* the need to shell
|
|
194
|
+
* or animated GIF from Node.js callers. This avoids the need to shell
|
|
196
195
|
* out to the `squisq video` CLI and gives callers full control over the Doc,
|
|
197
196
|
* MemoryContentContainer, and encoding options.
|
|
198
197
|
*
|
package/dist/chunk-GGVASRPG.js
CHANGED
|
File without changes
|
package/dist/chunk-WR2BZJ77.js
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
|
File without changes
|