usr-tag-interaction/tags.example.js

10 lines
225 B
JavaScript
Raw Normal View History

/**
* A map from tag id (HEX string) to url of the corresponding video
* @type {{[tagId: string]: string}}
*/
var tags = {
'3E033E03': 'video/CAT1.mp4',
'ABCD1234': 'video/CAT2.mp4',
'BEEFCAFE': 'video/CAT3.mp4',
};