Skip to content

Commit 97c50b9

Browse files
committed
Update README.md
1 parent 12f278a commit 97c50b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ You can reach out the effect simply via mask modifier
9696
```swift
9797
ExtVideoPlayer(
9898
settings : $settings,
99-
command: $playbackCommand
99+
command: $playbackCommand,
100+
VideoSettings{
101+
SourceName("swipe")
102+
}
100103
)
101104
.mask{
102105
RoundedRectangle(cornerRadius: 25)

0 commit comments

Comments
 (0)