Script tag (IIFE)
Global FlameText — same script this page loads. Replace the host URL if you
self-host the files.
<script src="https://codebystella.github.io/flame-text/flame-text.iife.js"></script>
<script>
window.addEventListener('DOMContentLoaded', function () {
FlameText.mount('#hero', { temperature: 0.65, intensity: 1 })
})
</script>