Edward Silverton

Results 185 comments of Edward Silverton

Can we use the UV's external `canvasIndexChanged` event to construct the image api urls and display in the containing page?

We need to get working on that basic redux example and have #562 be a serialisation of that. I've done the ground work for what manifold would need: https://github.com/edsilv/redux-experiments I...

https://github.com/IIIF-Commons/iiif-redux

I'm a bit confused - helpers.js was introduced in v3 and this bug is in UV v2.0.1?

Interesting! I think the plan now is to use TypeScript interfaces to type check configs: https://github.com/UniversalViewer/universalviewer/projects/9

This appears to be fixed in v4: https://uv-v4.netlify.app/#?c=&m=&cv=32&manifest=https%3A%2F%2Fwellcomelibrary.org%2Fiiif%2Fb18035723%2Fmanifest

Mirador implementation. Could this be a generic util in manifesto? https://github.com/ProjectMirador/mirador/blob/f41f7655d20ed3dcebad360c4cefdbc76c972e15/src/lib/CanvasWorld.js#L25-L81 cc @mejackreed

@mejackreed @cbeer It looks like we might only need `imageResources` from `MiradorCanvas` for `CanvasWorld` to work in manifesto? We're wondering what this line does: https://github.com/ProjectMirador/mirador/blob/f41f7655d20ed3dcebad360c4cefdbc76c972e15/src/lib/MiradorCanvas.js#L95 Could we move `imageResources` to...

@mejackreed @stephenwf @WilsonAndrewWilson I've created a PR here to add CanvasWorld to manifesto: https://github.com/IIIF-Commons/manifesto/pull/83 Once we're agreed that this is ok, I'll use it in the UV's openseadragon extension.