peasy-pdf 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ Built from [Peasy PDF](https://peasypdf.com), the developer tools platform for P
12
12
  > **Try the interactive tools at [peasypdf.com](https://peasypdf.com)** -- merge, split, rotate, extract pages, and manage PDF metadata
13
13
 
14
14
  <p align="center">
15
- <img src="demo.gif" alt="peasy-pdf demo — PDF merge, split, extract text operations in terminal" width="800">
15
+ <a href="https://agentgif.com/VtuWIMJl"><img src="https://media.agentgif.com/VtuWIMJl.gif" alt="peasy-pdf demo — PDF merge, split, extract text operations in terminal" width="800"></a>
16
16
  </p>
17
17
 
18
18
  ## Table of Contents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peasy-pdf",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "PDF manipulation library for Node.js — merge, split, rotate, extract text, metadata. TypeScript-first.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",