astro-crank
v0.2.0
Published
Use Crank components within Astro
Downloads
2
Maintainers
Readme
Astro Crank
An integration for Crank in Astro
Installation
npm i astro-crank
Add the integration to astro.config.mjs
.
import {defineConfig} from "astro/config";
import crank from "astro-crank";
export default defineConfig({
// ...
integrations: [crank()],
});