/* autoplays the first animation in the default artboard */
new Rive({
src: 'https://cdn.rive.app/animations/dory.riv',
canvas: document.getElementById('canvas'),
autoplay: true,
layout: new Rive.Layout('cover', 'center'),
})
[bp-better-messages]