Bungie image
atomRenders a Bungie image, resolving an ImageRef to a URL via @engram/core's configurable image base.
Install
npx shadcn@latest add @engram/bungie-imageRegistry item: /r/bungie-image.json — the machine-readable definition agents install from.
Example
Props
| Prop | Type | Default | Description |
|---|---|---|---|
src* | ImageRef | string | — | An Engram ImageRef (relative path + base) or an already-resolved URL. |
alt | string | — | Alt text; falls back to the ImageRef's alt, then empty. |
imageBase | string | — | Override the configured image base for this image only. |
Dependencies
npm@engram/core
Own the code: shadcn add copies this component's source into your repo to read and edit directly. Extend without forking — edit the source, use asChild to swap the element, or pass the typed annotations prop for curated data.