@grantcodes/footprint-astro
v1.0.2
Published
An Astro integration to show your websites CO2 output in the dev toolbar
Maintainers
Readme
footprint-astro
An Astro dev toolbar integration that gives you CO2 estimates for all the resources on your Astro website.
Installation
npm install @grantcodes/footprint-astro --save-devUsage
astro.config.mjs
import { defineConfig } from 'astro/config'
import footprintAstro from '@grantcodes/footprint-astro';
export default defineConfig({
integrations: {
footprintAstro,
}
})