@reels/tui 1.2.6 → 1.2.7
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/README.md +0 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -19,12 +19,6 @@ You need a terminal that supports the **Kitty graphics protocol**:
|
|
|
19
19
|
### Browser
|
|
20
20
|
Chrome, Chromium, or Brave must be installed. The app uses headless browser automation to interact with Instagram.
|
|
21
21
|
|
|
22
|
-
### FFmpeg
|
|
23
|
-
**macOS:**
|
|
24
|
-
Requires [`ffmpeg-full`](https://formulae.brew.sh/formula/ffmpeg-full) from Homebrew - `brew install ffmpeg-full`. The standard `brew install ffmpeg` will **not work**. You may also build FFmpeg 8+ from [`source`](https://github.com/ffmpeg/ffmpeg) or use [`MacPorts`](https://ports.macports.org/port/ffmpeg/), as long as the **Apple framework dependencies (VideoToolbox, AudioToolbox, etc.) are properly included**.
|
|
25
|
-
|
|
26
|
-
**Linux:**
|
|
27
|
-
Any FFmpeg 8+ from your package manager (e.g. `pacman -S ffmpeg`, `apt install ffmpeg`).
|
|
28
22
|
|
|
29
23
|
## Usage
|
|
30
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reels/tui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "Instagram reels in the terminal",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"reels": "bin/reels"
|
|
22
22
|
},
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@reels/linux-x64": "1.2.
|
|
25
|
-
"@reels/linux-arm64": "1.2.
|
|
26
|
-
"@reels/darwin-arm64": "1.2.
|
|
24
|
+
"@reels/linux-x64": "1.2.7",
|
|
25
|
+
"@reels/linux-arm64": "1.2.7",
|
|
26
|
+
"@reels/darwin-arm64": "1.2.7"
|
|
27
27
|
}
|
|
28
28
|
}
|