UNPKG

co2-of-front

Version:

A little add to tgwf/co2 to calculate co2 of front at all stage of the page lifecycle

7 lines (6 loc) 218 B
const { Co2Component } = require('./functions.js'); const { ExtendedCo2Component } = require('./extented.js'); module.exports = { Co2Component: Co2Component, ExtendedCo2Component: ExtendedCo2Component };