Skip to content

Commit

Permalink
include build for the rawgit cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Oct 6, 2018
1 parent 46cd78a commit 11b037d
Show file tree
Hide file tree
Showing 11 changed files with 3,576 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
node_modules
/dist
/build

/demo/outline/
/demo/interactive/public/lines.json
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Install the module from npm:
npm i isect
```

Or download from CDN:

<script src='https://cdn.rawgit.com/anvaka/isect/v1.0.0/build/isect.min.js'></script>

If you download from CDN the library will be available under `isect` global name.

## Basic usage

The code below detects all intersections between segments in the array:
Expand Down
Loading

0 comments on commit 11b037d

Please sign in to comment.