/**
 * Web Carbon Analyzer
 * A tool to measure the carbon footprint of websites using CO2.js
 *
 * This is a barrel file that re-exports the public API
 */
export * from './lib';
