forked from benwiley4000/react-gif-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8ebf6e
commit b22d925
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,16 +28,16 @@ If you're unable to use npm and need production-ready scripts, check out [the re | |
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<!-- gifplayer.css v0.2.3 --> | ||
<link rel="stylesheet" href="https://unpkg.com/react-gif-player@0.2.3/dist/gifplayer.css"> | ||
<!-- gifplayer.css v0.3.0 --> | ||
<link rel="stylesheet" href="https://unpkg.com/react-gif-player@0.3.0/dist/gifplayer.css"> | ||
</head> | ||
<body> | ||
<div id="cat"></div> | ||
<!-- react/react-dom served over CDN --> | ||
<script src="https://unpkg.com/[email protected]/umd/react.development.js"></script> | ||
<script src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script> | ||
<!-- gifplayer.js v0.2.3 --> | ||
<script src="https://unpkg.com/react-gif-player@0.2.3/dist/gifplayer.js"></script> | ||
<!-- gifplayer.js v0.3.0 --> | ||
<script src="https://unpkg.com/react-gif-player@0.3.0/dist/gifplayer.js"></script> | ||
<script> | ||
ReactDOM.render( | ||
React.createElement(GifPlayer, { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters