Overview#
This is a memo on the configuration for downloading annotations created with the mirador-annotations plugin in Mirador 3.
https://mirador-annotations.vercel.app/

Background#
In the following article, I introduced how to register annotations with Google’s Firestore.
To download the annotations registered there, the mirador-annotations plugin provides a download option, so I introduce that method here.
Method#
The following is the source code of the demo page. By setting the exportLocalStorageAnnotations option to true, a download icon is displayed.
An example of the JSON file obtained by download is shown below. It can be downloaded per canvas.
Summary#
I hope this serves as a helpful reference for using the mirador-annotations plugin in Mirador 3.