For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
0
Sponsor

PDF Image

Embedded image with fit options.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/takumi/pdf-image

Usage

import { PdfImage } from "@/components/pdf/pdf-image";
<PdfImage src="/logo.png" width={120} />

API Reference

PdfImage

PropTypeDefault
srcstring | &#123; uri: string; method?: string; headers?: Record<string, string>; body?: string &#125;-
variant'default' | 'full-width' | 'thumbnail' | 'avatar' | 'cover' | 'bordered' | 'rounded''default'
widthnumber | string-
heightnumber | string-
fit'cover' | 'contain' | 'fill' | 'none'-
positionstring'50% 50%'
captionstring-
aspectRationumber-
borderRadiusnumber-
noWrapbooleantrue
styleStyle-