Skip to content

Commit

Permalink
Installed blog.js and filesaver.js as npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andyinabox committed Jan 23, 2016
1 parent b7d6e26 commit 1a9947a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/clm_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<link rel="stylesheet" type="text/css" href="./styles/imgareaselect-default.css" />
<script src="./ext_js/jquery.min.js"></script>
<script src="./ext_js/jquery.imgareaselect.pack.js"></script>
<script src="./ext_js/BlobBuilder.min.js"></script>
<script src="./ext_js/Filesaver.min.js"></script>
<script src="../node_modules/blob.js/Blob.js"></script>
<script src="../node_modules/filesaver.js/FileSaver.min.js"></script>

<div id="content">
<h2>Face tracking in images</h2>
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7"
},
"dependencies": {
"blob.js": "andyinabox/Blob.js",
"filesaver.js": "andyinabox/FileSaver.js"
}
}
}

0 comments on commit 1a9947a

Please sign in to comment.