UNPKG

@digital-nature-ltd/carbon-lite

Version:

A simple tool to reduce the carbon usage of your website by blanking out the screen after a period of inactivity

14 lines (12 loc) 312 B
class CarbonLiteElement extends HTMLElement { configure(message) { this.innerHTML = ` <div> ${message} </div> `; } } customElements.define('carbon-lite', CarbonLiteElement); export { CarbonLiteElement }; //# sourceMappingURL=CarbonLiteElement.mjs.map