What is the best way (best load times and framerate) to create a big image, with several images, with HTML/Javscript ? We must be able to zoom, pan, and drag image (like google map).
There are approximately 1000 images of 200px / 200px.
I saw several options:
- SVG : http://www.cyberz.org/blog/2009/12/08/svgpan-a-javascript-svg-panzoomdrag-library/
- Canvas : http://phrogz.net/tmp/canvas_zoom_to_cursor.html
- div + AngularJS
- ...
I also found some interesting articles on the differences between canvas / svg / div :