1.0.0 • Published 5 years ago

tracer-browser v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

tracer-browser: A Browserify-ied version of the tracer Node.js Module

Use:

  1. Copy /dist/tracer-bundle.js to your site's source directory.
  2. Include the following in your HTML page code:
<script src="/path/to/scripts/tracer-bundle.js"></script>
  1. The Tracer global variable will be exposed, and you can use it just like if you used the following in your Node.JS file:
const Tracer = require('tracer');

See the tracer documentation for details on configuration.