Skip to content

Commit

Permalink
chore: attach demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
makeros committed Jul 20, 2021
1 parent 8373ae1 commit d4888f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "webpack-dev-server --open --hot",
"test": "echo \"No test specified\" && exit 0",
"build": "webpack --mode production",
"postbuild": "cp RW20seconds_2.mp4 dist/RW20seconds_2.mp4",
"build:dev": "webpack --mode development",
"watch": "webpack --watch"
},
Expand Down
7 changes: 5 additions & 2 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@ const stories2 = [
duration: 5000
},
{
url: 'https://i.imgur.com/uXjLgCl.gifv',
type: 'video'
url: 'https://intive.github.io/react-stories/RW20seconds_2.mp4',
type: 'video',
header: {
heading: 'credits http://www.exit109.com/~dnn/'
}
},
{
url: 'https://picsum.photos/1080/1920',
Expand Down

0 comments on commit d4888f3

Please sign in to comment.