A framework-agnostic, universal document renderer with optional chunked loading polyrender.wisp.place/
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

update package.json with git info

aria 18c4047d 06252cfd

+22
+11
packages/core/package.json
··· 4 4 "description": "Framework-agnostic universal document renderer — PDF, EPUB, DOCX, CSV, code, and plain text with optional chunked/paged loading", 5 5 "license": "Zlib", 6 6 "type": "module", 7 + "homepage": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/blob/main/packages/core/README.md", 8 + "bugs": { 9 + "url": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/issues", 10 + "email": "polyrender@aria.coffee" 11 + }, 12 + "author": "Aria Quinlan <hello@aria.coffee> (http://aria.coffee/)", 13 + "repository": { 14 + "type": "git", 15 + "url": "git+https://tangled.org/aria.pds.witchcraft.systems/polyrender", 16 + "directory": "packages/core" 17 + }, 7 18 "main": "./dist/index.cjs", 8 19 "module": "./dist/index.js", 9 20 "types": "./dist/index.d.ts",
+11
packages/react/package.json
··· 4 4 "description": "React components for the PolyRender universal document renderer", 5 5 "license": "Zlib", 6 6 "type": "module", 7 + "homepage": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/blob/main/packages/react/README.md", 8 + "bugs": { 9 + "url": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/issues", 10 + "email": "polyrender@aria.coffee" 11 + }, 12 + "author": "Aria Quinlan <hello@aria.coffee> (http://aria.coffee/)", 13 + "repository": { 14 + "type": "git", 15 + "url": "git+https://tangled.org/aria.pds.witchcraft.systems/polyrender", 16 + "directory": "packages/react" 17 + }, 7 18 "main": "./dist/index.cjs", 8 19 "module": "./dist/index.js", 9 20 "types": "./dist/index.d.ts",