Installation
NPM
$ npm install @elbwalker/utils
CDN
There are multiple build files available. Bundled with all functions, grouped
only for the core or web, and separated into individual files. The es5
files
can be used in older browsers as well as with Google Tag Manager.
- Scripts
- Module
<script src="https://cdn.jsdelivr.net/npm/@elbwalker/utils@latest/dist/web.js"></script>
Load the .mjs
module-file directly from the CDN or your own server.
<script type="module">
const Utils = ( await import(
'https://cdn.jsdelivr.net/npm/@elbwalker/utils@latest/dist/web.mjs' ) );
console.log('id', Utils.getId())
</script>
warning
Be aware of the latest
version in the URL, better use a specific version like
3.0.0
info
If you need professional support with your walkerOS implementation, check out our services.