Files

8 lines
110 B
JavaScript

import Shepherd from 'shepherd.js';
try {
window.Shepherd = Shepherd;
} catch (e) {}
export { Shepherd };