UNPKG
@pierrad/web-carbon-analyzer
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
A tool to measure the carbon footprint of websites using CO2.js
@pierrad/web-carbon-analyzer
/
dist
/
lib
/
config
/
default.d.ts
7 lines
(6 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Default configuration for the carbon footprint analyzer */
import
{
AppConfig
}
from
'../types'
;
declare
const
config
:
AppConfig
;
export
default
config;