@codernex/nexpress 1.0.3 → 1.0.5

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/package.json +1 -1
  2. package/readme.md +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codernex/nexpress",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Multi-threaded image batch processor CLI",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  A high-performance, multi-threaded command-line tool built with Node.js and TypeScript. It converts and compresses batches of images into efficient **WebP** format using worker threads for maximum speed.
4
4
 
5
+ <div align="center">
6
+ <img src="https://github.com/codernex/nexpress/blob/main/screenshot.png" alt="NexPress CLI Demo" width="800" />
7
+ <p><em>Proof of Work: Reduced a 7.4MB raw image to just 0.19MB (~97% reduction)</em></p>
8
+ </div>
9
+
5
10
  ## 🚀 Features
6
11
 
7
12
  - **Multi-threaded Processing:** Uses Node.js `worker_threads` to process images in parallel, utilizing all available CPU cores.