@ekko-earth/ekko-js
Version:
A framework-agnostic web SDK for displaying carbon impact.
11 lines (10 loc) • 390 B
TypeScript
import "./components/impactpay-page-takeover";
import "./components/impactpay-embedded";
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;