1.0.1 • Published 7 months ago

cookie-consent-manager v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Cookie Consent Manager

A lightweight, customizable tool for implementing GDPR-compliant cookie banners.

Installation

npm install cookie-consent-manager
import CookieConsentManager from './cookie-consent-manager.js';

new CookieConsentManager({
    onAccept: () => console.log("User accepted cookies."),
    onDecline: () => console.log("User declined cookies.")
});
1.0.1

7 months ago

1.0.0

7 months ago