Webtrekk Smart Pixel
Site | Docs | Support | Changelog |
Download
Installation
In a browser:
<!-- load via loader --> <!-- load the minified build --> <!-- load the debug build -->
Using npm:
$ npm i webtrekk-smart-pixel
In Node.js:
// load the minified buildvar webtrekkSmartPixel = ; // load the debug buildvar webtrekkSmartPixel = ; // initializise webtrekk-smart-pixel with window and documentvar wtSmart = webtrekkSmartPixel;