Overview

I created examples of using OpenSeadragon and OpenSeadragon SVG Overlay with Nuxt3. The image used is (Catfish with Ofuda on Kaname-ishi) "National Diet Library Collection".

  • OpenSeadragon
  • OpenSeadragon SVG Overlay

Method

A key point was preparing a plugin file as shown below. This resolved issues that occurred during SSR.

For the SVG overlay implementation, I referenced the following.

Summary

There may be better ways to write this, but I hope it is helpful for using OpenSeadragon with Nuxt3.