Created
September 25, 2014 08:50
-
-
Save peterbraden/39c72bdf6877685c0104 to your computer and use it in GitHub Desktop.
Retina.js with browserify
This file contains hidden or 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
var retina = require('retina.js') | |
retina.Retina.init(window); // <-- Necessary to initialise with window. |
Saved my day !
Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!
👍