UNPKG

@ekko-earth/ekko-js

Version:

A framework-agnostic web SDK for displaying carbon impact.

10 lines (9 loc) 348 B
import "./components/impactpay-page-takeover"; export { Ekko } from "./ekko"; export { EkkoElements, ElementsOptions } from "./ekko-elements"; /** * Default export function to create an Ekko instance. */ import { EkkoOptions } from "./ekko"; import { Ekko } from "./ekko"; export default function ekko(mode: string, options?: EkkoOptions): Ekko;