include a container in your HTML
<div id="3d-emoji" style="width: 300px; height: 300px;"></div>
call the function after the DOM has loaded
import { create3DEmoji } from 'https://esm.town/v/iamseeley/threedEmoji'; document.addEventListener('DOMContentLoaded', () => { create3DEmoji('π', 300, 300); });
https://esm.town/v/iamseeley/threedEmoji
<script type="module" src="https://esm.town/v/iamseeley/threedEmoji"></script>