@gobistories/gobi-web-integration
Version:
Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.
19 lines (17 loc) • 520 B
HTML
<html>
<body>
<script src='../dist/index.js'></script>
<div id='gobi-bubbles'></div>
<script>
/* Check that the sizes of the avatar padding and the color circle,
appear properly for various avatarSizes. For now you need to check them
yourself. We should set up an automated test, that checks various phones and
devices. */
bubbles = new gobi.Bubbles({
container: document.querySelector('#gobi-bubbles'),
viewKeys: ['sxuRGo', 'ZKt1Di'],
avatarSize: '120px',
})
</script>
</body>
</html>