From 56747b788591f209ad0e3f015adabc9750b0bb95 Mon Sep 17 00:00:00 2001 From: David Rouquet <david.rouquet@tetras-libre.fr> Date: Sun, 4 Feb 2024 21:23:21 +0000 Subject: [PATCH] Update index.js --- demo/src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/src/index.js b/demo/src/index.js index ae417e5..7ea81c8 100644 --- a/demo/src/index.js +++ b/demo/src/index.js @@ -11,6 +11,8 @@ const config = { exportLocalStorageAnnotations: false, // display annotation JSON export button }, catalog: [ + { manifestId: 'https://files.tetras-libre.fr/manifests/jf_peyret_re_walden.json' }, + { manifestId: 'https://files.tetras-libre.fr/manifests/re_walden_cut.json' }, { manifestId: 'https://dzkimgs.l.u-tokyo.ac.jp/videos/iiif_in_japan_2017/manifest.json' }, { manifestId: 'https://iiif.io/api/cookbook/recipe/0219-using-caption-file/manifest.json' }, { manifestId: 'https://preview.iiif.io/cookbook/master/recipe/0003-mvm-video/manifest.json' }, -- GitLab