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);

Readme

Keywords

none

Package Sidebar

Install

npm i webtrekk-smart-pixel

Weekly Downloads

8

Version

1.1.0

License

MIT

Unpacked Size

260 kB

Total Files

13

Last publish

Collaborators

  • bedakb
  • mbing
  • stephan.guenther