Skip to content

Commit

Permalink
Remove blur filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffski committed Dec 12, 2020
1 parent 512b1c3 commit 3158d12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const filters = [
'darken',
'lighten',
'greyscale',
'negative',
'blur'
'negative'
];

let videoClips = [];
Expand Down

0 comments on commit 3158d12

Please sign in to comment.