Closed aamir-s18 closed 2 years ago
Wow this is great!
Once there was no console.log, but I must have left it in at some point. We could overwrite window.console into a noop function here https://github.com/cpietsch/vikus-viewer/blob/master/js/utils.js#L20 or remove all the console.logs
I made a pull request from your repo https://github.com/cpietsch/vikus-viewer/pull/28 Thanks again!
Hey Christopher,
this is a great project! We modified the Vikus Viewer and used it as a part of our project.
Some minor things:
js/canvas.js
we had some errors withselectedImage
. In line 374 and 663.I removed the comments and fixed the
selectedImage
in this repo. If you agree, with the removal of the comments, I can a make Pull request :).