Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 364 Bytes

@allmaps/id

This repository is archived. Please see https://github.com/allmaps/allmaps.

Usage

Installation:

npm install @allmaps/id --save

Usage:

import { createId } from '@allmaps/id'
const url = 'https://orka.bibliothek.uni-kassel.de/viewer/rest/iiif/manifests/1535113582549/manifest/'
const id = await createId(url)
console.log(id)