Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowdle89 committed Jun 13, 2013
1 parent 423a5d7 commit 5f4b320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ or

svgeezy.init(false, 'png'); // this will let the plugin check all images

or

Check out this [JSFiddle](http://jsfiddle.net/benhowdle89/WbtjA/) for example usage

The first parameter is a class to tell the code not to check. Feel free to pass in `false` if you want SVGeezy to check all images. This may be because you have no fallbacks for certain SVGs.

The second is a filetype, this can be anything you want, just make sure the file path resolves to an image. ie. _'/images/logo.svg'_, will be replaced with _'/images/logo.png'_.

0 comments on commit 5f4b320

Please sign in to comment.