UNPKG

carbon-footprint

Version:

Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming.

10 lines (9 loc) 620 B
import { food, FoodType } from './food'; import { transport, TransportType } from './transport'; import { electricity, ElectricityType } from './electricity'; import { getInternetUsageCarbonImpact } from './internet'; import { streaming, StreamingType } from './streaming'; import { purchase, PurchaseType } from './purchase'; import { fashion, FashionType } from './fashion'; import { meal, MealType } from './meal'; export { meal, MealType, food, FoodType, transport, TransportType, electricity, ElectricityType, getInternetUsageCarbonImpact, streaming, StreamingType, purchase, PurchaseType, fashion, FashionType, };