Basic
Initialize basic ExpoFP floor plan.
Code
html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="module">
import { load } from 'https://unpkg.com/@expofp/floorplan';
await load({ $ref: 'https://demo.expofp.com/manifest.json' });
</script>
</head>
<body></body>
</html>