AMD support
See original GitHub issueIt would be nice to have an AMD support so it could be easily usable in the browser.
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node, CommonJS-like
module.exports = factory(require('jquery'));
} else {
// Browser globals (root is window)
root.returnExports = factory(root.jQuery);
}
}(this, function ($) {
// methods
function myFunc(){};
// exposed public method
return myFunc;
}));
Issue Analytics
- State:
- Created 7 years ago
- Comments:8
Top Results From Across the Web
AMD Drivers and Support
Download the latest AMD drivers for your AMD Radeon, Ryzen, EPYC or Instinct products. Consult support resources and articles for additional details.
Read more >AMD ׀ together we advance_
Get the competitive edge for AI, data center, business computing solutions & gaming with AMD processors, graphics, FPGAs, Adaptive SOCs, & software.
Read more >AMD Software: Adrenalin Edition | Graphics Technologies
AMD Software Adrenalin Edition is an easy-to-use interface for your AMD products where you can access software features, game stats, driver updates &...
Read more >FAQ - Radeon™ Software Support for AMD Ryzen ...
Is AMD making a commitment to improved support for desktop Ryzen™ Processors with Radeon™ Graphics (APUs) as well? Yes. AMD has been releasing...
Read more >Support Forums - AMD Community
The AMD Online Support Community is a place where AMD users can help each other by sharing their valuable knowledge and experiences about...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@RyanZim wow. awesome. Thanks for taking a time to implement this feature!
@loganto Until the next release, here is the UMD file of the latest
master
branch:ejs.min.js.txt
You will need to save it as a
.js
file.