Skip to content

Commit

Permalink
fix: replaced keyword spaces with hyphens and lowercase letters only
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Mar 18, 2024
1 parent ecc4a7a commit c5af411
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@
"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.",
"keywords": [
"ffmpeg",
"media processing",
"video manipulation",
"audio manipulation",
"media-processing",
"video-manipulation",
"audio-manipulation",
"transcoding",
"resizing",
"segmenting",
"web applications",
"JavaScript API",
"HTML attributes",
"web-applications",
"javascript-api",
"html5-attributes",
"cocreate",
"low-code-framework",
"low-code",
"html5-framework",
"javascript-framework"
"html5-framework"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c5af411

Please sign in to comment.