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

allmaps/id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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)