Stephen Fraser

Results 55 comments of Stephen Fraser

Would the opposite work too? Returning Presentation 2 sequences as ranges as a way of moving forward with support for Presentation 3 as the mental model?

It's implemented for AV Manifests without ranges, but the AV Component does not yet support them. So it's 50/50

@ShanaLMoore The code for the AV Component is here: https://github.com/IIIF-Commons/iiif-av-component, and the relevant area of the code where the `` tag is created can be found here: https://github.com/IIIF-Commons/iiif-av-component/blob/master/src/elements/media-element.ts The AV...

Hi @Pin0 the UV uses the content type to decide if it can render. In your manifest it is specified as `image/jp2` which cannot be viewed in most browsers, so...

This may be a bug in the UV. We are working on the thumbnail sidebar on another branch: https://universalviewer-la95eptz7-mnemoscene.vercel.app/#?xywh=-559%2C-1%2C2634%2C2064&cv=&iiifManifestId=https%3A%2F%2Fathenaeumcollecties.nl%2Fcollecties%2Fgedigitaliseerde-collecties%2Fmanifest%2F96d683f4-b9b0-9027-1f20-f472f598f4d4 cc @edsilv

I had a look at your Manifest, and it seems fine. I can't see anything that would prevent the UV from working. I think you may need `"behaviour": ["paged"]` on...

I don't think you can use the github namespace if it's not built. You can use `npm link` in `manifesto.js` and then `npm link manifesto.js` in the UV to test...

I'm not sure why, but 3 tests appear to be failing now: ``` 195 passing (2s) 3 failing 1) pres3 presentation 3 range has a canvas: TypeError: Cannot read property...

Sorry yes I think so 👍 @edsilv ?

@edsilv @damooo maybe wee need a couple of Types/Interfaces for those classes specifically, allow us to reference their properties without loading them in. I'm not sure exactly how this works,...