Make IIIFInfo#Versions appear in doc
For whatever reasons, the possible values of `Versions` did not appear in the built docs.
This commit is contained in:
@@ -97,9 +97,10 @@ import {assert} from '../asserts.js';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum {string}
|
* Enum representing the major IIIF Image API versions
|
||||||
*/
|
* @enum {string}
|
||||||
export const Versions = {
|
*/
|
||||||
|
const Versions = {
|
||||||
VERSION1: 'version1',
|
VERSION1: 'version1',
|
||||||
VERSION2: 'version2',
|
VERSION2: 'version2',
|
||||||
VERSION3: 'version3'
|
VERSION3: 'version3'
|
||||||
@@ -424,3 +425,4 @@ class IIIFInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default IIIFInfo;
|
export default IIIFInfo;
|
||||||
|
export {Versions};
|
||||||
|
|||||||
Reference in New Issue
Block a user