Overview

This is a memo on how to introduce an IIIF viewer in Nuxt3 with SSR.

Canvas Panel

This section covers the introduction of the following viewer.

Installation

npm i @digirati/canvas-panel-web-components

Page

Please refer to the following.

Display Example

Tify

This section covers the introduction of the following viewer.

Installation

npm i tify

Page

Please refer to the following.

In the case of SSR, a document is not defined. error occurred, so I added the following file to the plugins.

Display Example

Summary

I plan to add other viewers as appropriate.

There may be errors or better approaches for integration, but I hope this serves as a useful reference.