npm install --save-dev astropix
pnpm add --save-dev astropix # If using workspacespnpm add --save-dev -w astropix
bun install --dev astropix
yarn add --dev astropix
yarn add --dev astropix # If using workspacesyarn add --dev -W astropix
Astropix is a Integration for Astro projects. To use it, you need to add it in your project config:
import { defineConfig } from 'astro/config';import astropix from "astropix"; export default defineConfig({ integrations: [ astropix() ]})