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

1.0.2 • 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

4

Version

1.0.2

License

MIT

Unpacked Size

8.31 kB

Total Files

7

Last publish

Collaborators

  • grantcodes