1.1.23 • Published 6 months ago
@iiif/iiif-gallery-component v1.1.23
iiif-gallery-component
Getting started
npm i
npm run build
npm startThis will launch a demo on http://localhost:3000/examples that you can use for interactive testing.
Making a release
First decide on a new version number (x.y.z) using semantic versioning. Then run these commands, being sure to substitute the real version number for x.y.z below:
npm i
npm version x.y.z
npm publish