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.

Make react and core packages public

aria 075a906b f066956d

+2
+1
packages/core/package.json
··· 3 3 "version": "0.1.0", 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 + "private": false, 6 7 "type": "module", 7 8 "homepage": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/blob/main/packages/core/README.md", 8 9 "bugs": {
+1
packages/react/package.json
··· 3 3 "version": "0.1.0", 4 4 "description": "React components for the PolyRender universal document renderer", 5 5 "license": "Zlib", 6 + "private": false, 6 7 "type": "module", 7 8 "homepage": "https://tangled.org/aria.pds.witchcraft.systems/polyrender/blob/main/packages/react/README.md", 8 9 "bugs": {