@iiif/vocabulary
v1.0.26
Published
IIIF Vocabulary
Downloads
18,113
Keywords
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 master
npm version patch
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin master v1.2.3