1.0.26 • Published 2 years ago

@iiif/vocabulary v1.0.26

Weekly downloads
790
License
MIT
Repository
github
Last release
2 years ago

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