ESM modules on CDN Demo

Work in progress...

ES6 modules often are referenced as ESM and sometimes kept in files with .jsm extension using import/export keywords supported by browsers of 2020 natively

The JS binaries in this CDN are kept in ESM format allowing to be imported by code from other web sites.

For legacy browsers modules are compiled into AMD format.