Skip to content

Commit 928b55a

Browse files
mrslbtclaude
andcommitted
Fix pdf-it: v2.0.0 dropped the Chrome dependency
pdf-it 2.0.0 replaced the Puppeteer + Chrome renderer with @react-pdf/renderer. The entry still said "Requires Google Chrome installed locally" and tagged "puppeteer" — neither is true anymore. Updated the description and swapped the tag to react-pdf. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 82a0343 commit 928b55a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

servers/community.pdf-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "community.pdf-it",
44
"name": "pdf-it",
55
"alias": "pdfit",
6-
"description": "Turn markdown into designed PDFs. Cover page, table of contents, code blocks that hold across pages. Anthropic ships a PDF skill for reading PDFs; pdf-it does the other half: composing designed output from markdown. Requires Google Chrome installed locally.",
6+
"description": "Turn markdown into designed PDFs. Cover page, table of contents, code blocks that hold across pages. Anthropic ships a PDF skill for reading PDFs; pdf-it does the other half: composing designed output from markdown. Native renderer, fonts embedded, nothing else to install.",
77
"logo": "https://github.com/mrslbt.png",
88
"schema_version": "2.1",
99
"categories": [
@@ -16,7 +16,7 @@
1616
"report",
1717
"claude-code",
1818
"anthropic-skill",
19-
"puppeteer",
19+
"react-pdf",
2020
"research"
2121
],
2222
"transport": {

0 commit comments

Comments
 (0)