Skip to content

Commit c5af411

Browse files
committed
fix: replaced keyword spaces with hyphens and lowercase letters only
1 parent ecc4a7a commit c5af411

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@
44
"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.",
55
"keywords": [
66
"ffmpeg",
7-
"media processing",
8-
"video manipulation",
9-
"audio manipulation",
7+
"media-processing",
8+
"video-manipulation",
9+
"audio-manipulation",
1010
"transcoding",
1111
"resizing",
1212
"segmenting",
13-
"web applications",
14-
"JavaScript API",
15-
"HTML attributes",
13+
"web-applications",
14+
"javascript-api",
15+
"html5-attributes",
1616
"cocreate",
1717
"low-code-framework",
18-
"low-code",
19-
"html5-framework",
20-
"javascript-framework"
18+
"html5-framework"
2119
],
2220
"publishConfig": {
2321
"access": "public"

0 commit comments

Comments
 (0)