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.
|
|
1 week ago | |
|---|---|---|
| .. | ||
| dist-commonjs | 1 week ago | |
| dist-esmodule | 1 week ago | |
| dist-umd | 1 week ago | |
| dist-var | 1 week ago | |
| types | 1 week ago | |
| README.md | 1 week ago | |
| eslint.config.cjs | 1 week ago | |
| package.json | 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