-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD support #6
Comments
I have no official plans, but yes I would like to support AMD / Require.js, but I don't want to be exclusively AMD. I am open to PR for this issue. This is a bit tricky with this library as it has its own dependencies, so I need a clean way to do dependencies with both AMD and |
I recommend you to follow the UMD (Universal Module Definition) patterns. Seems to work well with both AMD, CommonJS and global fallback. |
Thanks pal! |
Is there any chance of AMD support coming?
The text was updated successfully, but these errors were encountered: