astro-mesurer
v0.1.1
Published
Measure and align elements from the Astro dev toolbar with Mesurer.
Maintainers
Readme
astro-mesurer
An Astro integration that adds Mesurer to Astro's development toolbar.
pnpm add -D astro-mesurerimport { defineConfig } from "astro/config";
import mesurer from "astro-mesurer";
export default defineConfig({
integrations: [mesurer()],
});Mesurer is only registered in the development toolbar and does not affect production output.
License
MIT
