Package detail

@iiif/vocabulary

IIIF-Commons23.7kMIT1.0.30

IIIF Vocabulary

readme

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