Skip to content

Commit 5fa45e2

Browse files
committed
fix: description has to be 350 characters or less
1 parent 7d4a0ec commit 5fa45e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cocreate/ffmpeg",
33
"version": "1.0.2",
4-
"description": "A powerful media processing module that leverages FFmpeg to provide easy-to-use video and audio manipulation capabilities through an intuitive JavaScript API and HTML attributes. Enables transcoding, resizing, segmenting, and various other operations directly within web applications, simplifying complex media processing tasks for developers and content creators.",
4+
"description": "A media processing module using FFmpeg for video/audio manipulation via a JavaScript API and HTML attributes. Supports transcoding, resizing, and more, simplifying media tasks for web applications.",
55
"keywords": [
66
"ffmpeg",
77
"media-processing",

0 commit comments

Comments
 (0)