Skip to content

Commit

Permalink
fix(examples): remove UTIF package and use it from a CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
zarov committed Jun 25, 2019
1 parent a542e91 commit 15e1d44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion examples/tiff.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<div id="viewerDiv"></div>
<script src="js/GUI/GuiTools.js"></script>
<script src="../node_modules/utif/UTIF.js"></script>
<script src="https://cdn.jsdelivr.net/npm/utif@3.1.0/UTIF.js"></script>
<script src="../dist/itowns.js"></script>
<script src="js/loading_screen.js"></script>
<script src="js/TIFFParser.js"></script>
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"replace-in-file": "^4.1.0",
"three": "^0.105.2",
"url-polyfill": "^1.1.5",
"utif": "^3.0.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1",
Expand Down

0 comments on commit 15e1d44

Please sign in to comment.