// RequireJS && SeaJS if (typeof define === 'function') { define(function () { return rotateImg; }); // NodeJS } else if (typeof exports !== 'undefined') { module ...