Created
December 4, 2018 17:57
-
-
Save dustinleer/b0c47843982fc5ada81d4c2c2e6bccc9 to your computer and use it in GitHub Desktop.
SVG Magic Function
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
jQuery(document).ready(function(){ | |
jQuery('img').svgmagic(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment