vivid 3.46.0
Install from the command line:
Learn more about npm packages
$ npm install @vonage/vivid@3.46.0
Install via package.json:
"@vonage/vivid": "3.46.0"
About this version
<script> quickStart.onclick = () => { window.location.href = '/getting-started/quick-start'; } advanced.onclick = () => { window.location.href = '/getting-started/advanced/'; } design.onclick = () => { window.location.href = '/designs/guidelines/'; } migration.onclick = () => { window.location.href = '/getting-started/vivid-2-migration/'; } iconsGallery.onclick = () => { window.location.href = '/icons/icons-gallery/'; } </script>