@grantcodes/footprint-astro
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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,
    }
})

Package Sidebar

Install

npm i @grantcodes/footprint-astro

Weekly Downloads

15

Version

1.0.0

License

MIT

Unpacked Size

7.82 kB

Total Files

7

Last publish

Collaborators

  • grantcodes