machawk1 / ArchiveThumbnails

An implementation for Ahmed AlSum's "Thumbnail Summarization Techniques for Web Archives"
GNU General Public License v2.0
7 stars 5 forks source link

Remove manual vis.js library management #22

Open machawk1 opened 9 years ago

machawk1 commented 9 years ago

This library is used for the timeline view and gets outdated very quickly. Thing is, it's used for the ultimate client accessing the library from the browser where node modules are not acceptable (right?). The Require library might work for this.

https://github.com/almende/vis

machawk1 commented 9 years ago

Just import using npm and browserify.