Created
May 23, 2018 18:23
-
-
Save zachleat/27e61d1a7dc25e6cab40241e05e0239c to your computer and use it in GitHub Desktop.
Testing lettering sample code
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
;(function ($) { | |
function Lettering() {} | |
Lettering.prototype.splitText = function() {}; | |
Lettering.prototype.injector = function() {}; | |
window.LetteringJS = Lettering; | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then you can test with