Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CDN usage #376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The tracking.js library brings different computer vision algorithms and techniqu

## Install

Install via [Bower](http://bower.io/), [npm](https://www.npmjs.com/), or [download as a zip](https://github.com/eduardolundgren/tracking.js/archive/master.zip):
Install via [Bower](http://bower.io/), [npm](https://www.npmjs.com/), [download as a zip](https://github.com/eduardolundgren/tracking.js/archive/master.zip), or include it directly via [CDN](https://www.jsdelivr.com/package/npm/tracking):

```
bower install tracking
Expand All @@ -21,6 +21,10 @@ bower install tracking
npm install tracking
```

```html
<script src="https://cdn.jsdelivr.net/npm/tracking"></script>
```

## Examples

[![Demo 1](https://cloud.githubusercontent.com/assets/398893/3709347/ec72876c-1453-11e4-8450-149d06d487f2.jpg)](http://trackingjs.com/examples/face_tag_friends.html)
Expand Down