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" config-env="platdev" src="urn:vertexvis:stream-key:UuB9So5R3EdQUNng66pUeBuZNd4pLc6fRqBa"></vertex-viewer>
</body>
</html>