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.

add git host locations to READMEs

aria 43721c28 18c4047d

+25
+7
README.md
··· 428 428 └── package.json 429 429 ``` 430 430 431 + ## Repository 432 + 433 + The source code is hosted in two locations: 434 + 435 + - **Tangled** (primary): https://tangled.org/aria.pds.witchcraft.systems/polyrender 436 + - **GitHub** (mirror): https://github.com/BuyMyMojo/polyrender 437 + 431 438 ## License 432 439 433 440 Zlib
+9
packages/core/README.md
··· 287 287 | Pages | _(none)_ | N/A (explicit `type: 'pages'`) | 288 288 | Chunked PDF | `pdfjs-dist` | N/A (explicit `type: 'chunked'`) | 289 289 290 + ## Repository 291 + 292 + The source code is hosted in two locations: 293 + 294 + - **Tangled** (primary): https://tangled.org/aria.pds.witchcraft.systems/polyrender 295 + - **GitHub** (mirror): https://github.com/BuyMyMojo/polyrender 296 + 297 + This package lives under `packages/core` in the monorepo. 298 + 290 299 ## License 291 300 292 301 Zlib
+9
packages/react/README.md
··· 158 158 } 159 159 ``` 160 160 161 + ## Repository 162 + 163 + The source code is hosted in two locations: 164 + 165 + - **Tangled** (primary): https://tangled.org/aria.pds.witchcraft.systems/polyrender 166 + - **GitHub** (mirror): https://github.com/BuyMyMojo/polyrender 167 + 168 + This package lives under `packages/react` in the monorepo. 169 + 161 170 ## License 162 171 163 172 Zlib