Overview#
I learned about an npm module called @iiif/parser, so I tried out some of its features.
https://github.com/IIIF-Commons/parser
Usage#
Below is an example. It converts a v2 IIIF manifest to v3.
First, import it as follows.
The conversion is performed with the following.
Demo#
Although the site is incomplete, you can convert v2 IIIF manifests to v3 on the following page.
https://iiif-demo-next.vercel.app/parser
Summary#
I hope this serves as a useful reference for verifying behavior, etc.