Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangerhards authored Apr 5, 2022
1 parent a335ec5 commit ca9ab65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VideoKit

VideoKit is a high level layer on top of AVKit

How it works
```swift

Expand All @@ -9,6 +11,8 @@ let config = VideoKit.Config(.preset1920x1080, limitLength: 180, limitFPS: 30, l
VideoKit.mutate(videoUrl: YOUR_VIDEO_URL, config: config) { result in
switch result {
case .success(let videoUrl):
// DO SOMETHING WITH YOUR VIDEO
break
case .error(let errorString):
print(errorString)
}
Expand Down

0 comments on commit ca9ab65

Please sign in to comment.