n8n-nodes-ffmpeg-wasm 1.2.8 → 1.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # n8n-nodes-ffmpeg-wasm
2
2
 
3
3
  <p align="center">
4
- <img src="logo.png" alt="FFmpeg n8n Node Logo" width="200">
4
+ <img src="nodes/FFmpegWasm/ffmpeg.svg" alt="FFmpeg n8n Node Logo" width="128">
5
5
  </p>
6
6
 
7
7
  [![NPM Version](https://img.shields.io/npm/v/n8n-nodes-ffmpeg-wasm.svg)](https://www.npmjs.com/package/n8n-nodes-ffmpeg-wasm)
@@ -209,6 +209,10 @@ n8n-nodes-ffmpeg-wasm/
209
209
  - Expected with WASM. Use **Remux** for format changes without re-encoding.
210
210
  - Consider native FFmpeg for batch processing of large files.
211
211
 
212
+ **Icon not displaying in n8n**
213
+ - This was fixed in v1.2.9. The FFmpeg icon now displays correctly in the n8n node panel.
214
+ - If you're on an older version, please update to the latest version.
215
+
212
216
  ## Contributing
213
217
 
214
218
  Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.