Installation
Installation follows the same core pattern everywhere.
Keep the marketing message simple: one core product, multiple adapter-specific implementations.
Code snippet
<script src="/cookie-consent.js"></script>
<script>
window.CookieConsent.init({
locale: "en",
policyUrl: "/en/cookie-policy"
});
</script>