| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-21 | 493 Bytes | |
| v10.4.0 source code.tar.gz | 2026-02-21 | 3.6 MB | |
| v10.4.0 source code.zip | 2026-02-21 | 3.7 MB | |
| Totals: 3 Items | 7.3 MB | 2 | |
What's new?
- Added support for
pageColorsprop in Page component (#2068). With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:tsx <Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />will result in the following: