1.0.0 • Published 9 months ago

@grantcodes/footprint-astro v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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-dev

Usage

astro.config.mjs

import { defineConfig } from 'astro/config'
import footprintAstro from '@grantcodes/footprint-astro';

export default defineConfig({
    integrations: {
        footprintAstro,
    }
})
1.0.0

9 months ago