biiif
biiif copied to clipboard
Organise your files according to a simple naming convention to generate IIIF Presentation API json using nodejs (Dat and IPFS compatible)
Bumps [sharp](https://github.com/lovell/sharp) from 0.28.0 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @dwisiswant0 Add support for --libc flag...
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
When there is a json schema for IIIF Presentation 3, generate a TS definition file from it using https://github.com/bcherny/json-schema-to-typescript and use that to type the various pieces of boilerplate json.
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
http://prezi3.iiif.io/api/presentation/3.0/#rights-and-licensing-properties
https://nextjs.org/blog/webpack-memory
``` "label": { "@none": [ "my label" ] } ``` becomes ``` "label": { "none": [ "my label" ] } ```
Allow adding arbitrary structure grouping canvases (e.g. chapter 1, chapter 2, etc) by extending info.yml with a `structures` property. ```yml label: A Book with Chapters structures: - Chapter 1 -...
https://github.com/edsilv/iiif-ecs-proposal/issues/2 Would mean allowing nested canvas folders.