To get started, simply include the code below in your site's <head>. Then add the salieo class to any <img> or object with a background-image to get up and running.
<script src="https://cdn.jsdelivr.net/npm/salieo.js@0/dist/salieo.min.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
salieo({
site_id: "{{stateData.currentSite.id}}"
});
});
</script>