Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shbatm/tracer-browser
Browserify-ed version of the tracer Node module.
https://github.com/shbatm/tracer-browser
Last synced: about 1 month ago
JSON representation
Browserify-ed version of the tracer Node module.
- Host: GitHub
- URL: https://github.com/shbatm/tracer-browser
- Owner: shbatm
- Created: 2019-01-07T15:41:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T18:33:09.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T14:40:50.158Z (7 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## tracer-browser: A Browserify-ied version of the [tracer](https://www.npmjs.com/package/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:```html
```
3. The `Tracer` global variable will be exposed, and you can use it just like if you used the following in your Node.JS file:
```js
const Tracer = require('tracer');
```See the `tracer` [documentation](https://www.npmjs.com/package/tracer) for details on configuration.