/**
 * Web Carbon Analyzer
 * A tool to measure the carbon footprint of websites using CO2.js
 */
export { CarbonFootprintAnalyzer } from './analyzer';
export * from './types';
