Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theirnameissam authored Feb 13, 2017
1 parent 41c4515 commit 83af219
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Gifsee unapologetically uses modern JavaScript techniques, without transpiling t
### Install
For now gifsee only supports old fashioned scripts, but module support will be added very soon. Grab a copy of the latest version from the ```dist``` folder and add it to your page, or clone the entire repo.


``` html
<link rel="stylesheet" href="../gifsee.min.css">
<script src="../gifsee.js"></script>
<link rel="stylesheet" href="../gifsee.min.css">
<script src="../gifsee.js"></script>
```

### Usage
```html
<img src="frame.png" data-gifsee="gif.png" id="super-cool-gif">
Expand Down

0 comments on commit 83af219

Please sign in to comment.