@tmorin/ceb-bundle-web

The package is part of the `<ceb/>` library. It bundles the main features of the library related to the Custom Elements (v1) specification.

Usage no npm install needed!

<script type="module">
  import tmorinCebBundleWeb from 'https://cdn.skypack.dev/@tmorin/ceb-bundle-web';
</script>

README

@tmorin/ceb

npm version skypack.dev doc api

The package is part of the <ceb/> library. It bundles the main features of the library related to the Custom Elements (v1) specification.

The bundled packages:

Install

The NPM package is compliant CommonJs and ES Module.

npm install @tmorin/ceb-bundle-web

It is also available as a UMD module:

<!-- the optimized Universal Module Definition -->
<script src="https://cdn.skypack.dev/@tmorin/ceb-bundle-web/dist/umd/ceb.min.js"></script>
<!-- the not optimized Universal Module Definition -->
<script src="https://cdn.skypack.dev/@tmorin/ceb-bundle-web/dist/umd/ceb.js"></script>

License

Released under the MIT license.