@archival-iiif/image-server-core
v2.1.5
Published
Core functions to build a IIIF image server and a ready-to-go image server.
Downloads
52
Readme
Web API
See also the IIIF Image API 2.1 and the IIIF Image API 3.0
URL: /[id]/[region]/[size]/[rotation]/[quality].[format]
Method: GET
E.g. http://localhost:3333/example.jpg/full/!100,100/0/default.jpg
Installation
- Install
- Install dependencies
// with npm npm install // with yarn yarn install
Run the provided image server
You can run the provided IIIF image server with the following possible arguments:
// with npm
npm run start -- [arguments]
// with yarn
yarn run start -- [arguments]
// with docker
docker run -d -p 3333:3333 [image] [arguments]