Skip to content

default()

ts
function default(prefs?, platform?): AstroIntegration

Creates imgit integration instance for astro.

Parameters

prefs?: Prefs

Plugin preferences; will use pre-defined defaults when not assigned.

platform?: Platform

Runtime APIs to use; will attempt to detect automatically when not assigned.

Returns

AstroIntegration

Source

plugin/astro.ts:22 ↗