@studioframes/condense
Advanced tools
+4
-1
| { | ||
| "name": "@studioframes/condense", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "High-performance in-memory stateless file optimization middleware and utility library", | ||
@@ -9,2 +9,5 @@ "main": "src/index.js", | ||
| }, | ||
| "engines": { | ||
| "node": ">=20.9.0" | ||
| }, | ||
| "scripts": { | ||
@@ -11,0 +14,0 @@ "start": "node bin/cli.js" |
+9
-7
|  | ||
| [](https://www.npmjs.com/package/@studioframes/condense) | ||
| [](https://www.npmjs.com/package/@studioframes/condense) | ||
| [](https://www.npmjs.com/package/@studioframes/condense) | ||
| [](https://www.npmjs.com/package/@studioframes/condense) | ||
| [](https://bundlephobia.com/package/@studioframes/condense) | ||
@@ -20,7 +19,10 @@ A high-performance, completely stateless file optimization and minification engine for Node.js. Condense handles images, video, audio, and code natively in-memory (RAM) using Buffers and Streams, completely bypassing the local server disk. | ||
| ## Prerequisites | ||
| Media optimization now bundles FFmpeg directly inside the package using `ffmpeg-static`, so you do not need to install `ffmpeg` globally for media workflows. | ||
| ## System Requirements | ||
| If you are running on an unusual platform not supported by `ffmpeg-static`, you may still need a system FFmpeg installed. | ||
| Condense utilizes modern native binary distributions (`sharp`, `ffmpeg-static`) which compile against updated Node-API architectures. | ||
| * **Minimum Node.js Version:** `20.9.0` (or higher) | ||
| * **Recommended Environments:** Node **20 LTS** or Node **22 LTS** | ||
| * **Forward Compatibility:** Fully supports newer major engine releases (e.g., Node 23, Node 24+). | ||
| ## Installation | ||
@@ -27,0 +29,0 @@ |
+2
-2
@@ -9,4 +9,4 @@ # Security Policy | ||
| | ------- | ------------------ | | ||
| | >=1.0.0 | :white_check_mark: | | ||
| | <1.0.0 | :x: | | ||
| | >=0.1.0 | :white_check_mark: | | ||
| | <0.1.0 | :x: | | ||
@@ -13,0 +13,0 @@ ## Our Security Guarantees |
32296
0.93%127
1.6%