2.1.3 • Published 3 months ago

@archival-iiif/image-server-core v2.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

  1. Install
  2. 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]
2.1.3

3 months ago

2.1.2

9 months ago

2.1.1

1 year ago

2.0.8

1 year ago

2.1.0

1 year ago

2.0.7

1 year ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago