Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
astanley dc3cc1cb13 initial commit 1 week ago
..
dist-commonjs initial commit 1 week ago
dist-esmodule initial commit 1 week ago
dist-umd initial commit 1 week ago
dist-var initial commit 1 week ago
types initial commit 1 week ago
README.md initial commit 1 week ago
eslint.config.cjs initial commit 1 week ago
package.json initial commit 1 week ago

README.md

vocabulary

npm install @iiif/vocabulary --save

A central place to keep all IIIF strings/namespaces and make them available as typed enums.

Publishing Package

git checkout main
npm version patch
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin main v1.2.3