obiot 29 Report post Posted April 2 For those who have not noticed yet, since with version 7.0.0, melonJS is now officially available through NPM, it means as well that the latest build of melonJS can now install through NPM or/and available through the jsdeliver CDN. for NPM : $ npm install melonjs For delivery through jsdelivr content delivery network (CDN) URL : <script src="https://cdn.jsdelivr.net/npm/melonjs@7.0.0/dist/melonjs.js"></script> or the following for the minified version : <script src="https://cdn.jsdelivr.net/npm/melonjs@7.0.0/dist/melonjs.min.js"></script> and of course the debug panel : <script src="https://cdn.jsdelivr.net/npm/melonjs@7.0.0/plugins/debug/debugPanel.js"></script> Note: "official" CDN and NPM install are only available from version 7.0.0 and onwards. Quote Share this post Link to post Share on other sites