JSFiddle - React, Tailwind, and code Playground
by Dan Schultz
HTML
<html>
<head>
<link
rel="stylesheet"
href="https://unpkg.com/@vertexvis/[email protected]/dist/viewer/viewer.css"
/>
<script
type="module"
src="https://unpkg.com/@vertexvis/[email protected]/dist/viewer/viewer.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/@vertexvis/[email protected]/dist/viewer.js"
></script>
</head>
<body>
<vertex-viewer id="viewer" src="urn:vertexvis:stream-key:BkLi_1GJ7ESIgcEpkgMUrXKKqS2Wei8Kj4RO"></vertex-viewer>
</body>
</html>