UNPKG

@pierrad/web-carbon-analyzer

Version:

A tool to measure the carbon footprint of websites using CO2.js

7 lines (6 loc) 177 B
/** * Web Carbon Analyzer * A tool to measure the carbon footprint of websites using CO2.js */ export { CarbonFootprintAnalyzer } from './analyzer'; export * from './types';