Module for Omeka S that adds the IIIF specifications in order to act like an IIPImage server, and the UniversalViewer, a unified online player for any file. It can display books, images, maps, audio, movies, pdf, 3D views, and anything else as long as the appropriate extensions are installed.
Other
7
stars
5
forks
source link
The library "Universal Viewer" should be installed. See module’s installation documentation. #24
Omeka-S version 4.0.0, Universal Viewer 3.6.6
seems in "Module.php", line 59:
"$js = DIR . '/asset/vendor/uv/uv.js';" -> "$js = DIR . '/asset/vendor/uv3/uv.js';"
fixes the problem.
Regards