Skip to content

Commit

Permalink
Update to latest SDK and add blur to filters example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffski committed Oct 31, 2020
1 parent 7c6fbef commit 512b1c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions examples/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const filters = [
'lighten',
'greyscale',
'negative',
'blur'
];

let videoClips = [];
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "Jeff Shillitto",
"license": "MIT",
"dependencies": {
"shotstack-sdk": "0.0.18"
"shotstack-sdk": "0.0.20"
}
}

0 comments on commit 512b1c3

Please sign in to comment.