Downloading Concert.js

Full and minified forms of each release of Concert.js are available for download below.

Using Concert.js in Your Own Projects

Concert.js is freely available for use in any project, including commercial projects, under the MIT License. Find out more here.

 

Version 1.0.4 (Latest release):

Each download contains the following:

  • Concert.min.js (for production use) - 24.3 KB
  • Concert.min.mjs (for production use as an EMCAScript Module) - 24.8 KB
  • Concert.js (for debugging and code exploration) - 185 KB
  • Concert.mjs (for debugging and code exploration, in the form of an EMCAScript Module) - 184 KB
  • Reference documentation in HTML form
  • requestAnimationFrame.min.js (requestAnimationFrame polyfill; recommended for older browser support) - 752 B
  • requestAnimationFrame.js (non-minified version of requestAnimationFrame polyfill) - 3.23 KB