UNPKG

@pierrad/web-carbon-analyzer

Version:

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

7 lines (6 loc) 161 B
/** * Default configuration for the carbon footprint analyzer */ import { AppConfig } from '../types'; declare const config: AppConfig; export default config;