@jeff-zucker Access to npm published version is from `lib/index.js` The file contains : ``` -------------- if (typeof window !== 'undefined') { ; window.UI = { authn: _solidLogic.authn, store: _solidLogic.store, ns: ns, rdf: rdf, acl: _index.acl, aclControl: _index.aclControl, create: _index2.create, createTypes: createTypes, dom: dom, icons: _iconBase.icons, language: language, log: log, login: login, matrix: _index3.matrix, media: _index4.media, messageArea: _messageArea.messageArea, infiniteMessageArea: _infinite.infiniteMessageArea, pad: pad, participation: participation, preferences: preferences, style: style, table: _table.renderTableViewPane, tabs: tabs, utils: utils, widgets: widgets, versionInfo: _versionInfo.versionInfo, initHeader: _header.initHeader, initFooter: _footer.initFooter }; // Simpler access by non-node scripts } ----- ``` Is it enough to use in a script tag ? lib is not accessible from github ? is it a must ?