pdf-diff-viewer 1.3.2 → 1.3.3

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 +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,17 @@ A browser-based PDF comparison library with intelligent visual diff highlighting
5
5
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
6
6
  ![Node Version](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen.svg)
7
7
 
8
+ ## 🌐 Live Demo
9
+
10
+ [Check out the live demo here!](https://a-subhaneel.github.io/pdf-diff-viewer/example/)
11
+
12
+ You can instantly try the PDF Diff Viewer in your browser.
13
+
14
+ ## 📸 Screenshots
15
+
16
+ ![Screenshot 1](screenshots/screenshot1.png)
17
+ ![Screenshot 2](screenshots/screenshot2.png)
18
+
8
19
  ## ✨ Features
9
20
 
10
21
  - **🌐 Browser-Based** - Runs entirely in the browser using PDF.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdf-diff-viewer",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Browser-based PDF comparison tool with visual diff highlighting. Zero system dependencies, pure JavaScript, client-side processing.",
5
5
  "main": "src/PDFDiffViewer.js",
6
6
  "type": "module",