UNPKG

json-timeline

Version:

Generate Interactive Timelines stored in JSON Advents with Tags.

20 lines (17 loc) 268 B
/** * @module advents */ /** * @constant * @type {Object[]} * @name advents * @description Array of Advents */ export const advents = []; /** * @constant * @type {Map} * @name tags * @description Map of tags to booleans */ export const tags = new Map();