diff options
Diffstat (limited to 'threshold.html')
| -rw-r--r-- | threshold.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/threshold.html b/threshold.html index f3cdc76..c32f738 100644 --- a/threshold.html +++ b/threshold.html @@ -9,10 +9,10 @@ threshold <input type="range" min="0" max="1" step="0.01" value="0.5" id="thresh </div> <div id="images"></div> </body> -<script type="text/javascript" src="canvasquery.js"></script> -<script type="text/javascript" src="canvasquery.dither.js"></script> +<script type="text/javascript" src="js/vendor/canvasquery.js"></script> +<script type="text/javascript" src="js/canvasquery.dither.js"></script> <script type="text/javascript"> -var urls = ["abyss.png","building.png","gradient.jpg"] +var urls = ["img/abyss.png","img/building.png","img/gradient.jpg"] var imgs = [] var complete = 0 urls.forEach(function(src){ |
