@expofp/floorplan
Version:
Interactive floor plan library for expos and events
16 lines (15 loc) • 390 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>floorplan dev</title>
<script type="module">
import { load } from './index.js';
const viteExpo = import.meta.env?.VITE_EXPO || 'demo';
const floorplan = await load({
$ref: `https://${viteExpo}.expofp.com/manifest.json`,
});
</script>
</head>
<body></body>
</html>