webtrekk-smart-pixel
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Webtrekk Smart Pixel

Site | Docs | Support | Changelog |

Download

Installation

In a browser:

<!-- load via loader -->
<script type="text/javascript" async src="lib/loader.min.js"></script>
 
<!-- load the minified build -->
<script type="text/javascript" async src="lib/smart-pixel.min.js"></script>
 
<!-- load the debug build -->
<script type="text/javascript" async src="lib/smart-pixel.debug.js"></script>

Using npm:

$ npm i webtrekk-smart-pixel

In Node.js:

// load the minified build
var webtrekkSmartPixel = require('webtrekk-smart-pixel');
 
// load the debug build
var webtrekkSmartPixel = require('webtrekk-smart-pixel/debug');
 
// initializise webtrekk-smart-pixel with window and document
var wtSmart = webtrekkSmartPixel.use(window, window.document);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i webtrekk-smart-pixel

      Weekly Downloads

      4

      Version

      1.1.0

      License

      MIT

      Unpacked Size

      260 kB

      Total Files

      13

      Last publish

      Collaborators

      • bedakb
      • mbing
      • stephan.guenther