UNPKG

@financial-times/o-share

Version:

Provides styling for social media sharing links

13 lines (9 loc) 288 B
import Share from './src/js/share.js'; const constructAll = function() { Share.init(); document.removeEventListener('o.DOMContentLoaded', constructAll); }; if (typeof document !== 'undefined') { document.addEventListener('o.DOMContentLoaded', constructAll); } export default Share;