npm react-pdf 10.4.0
v10.4.0

8 hours ago

What's new?

  • Added support for pageColors prop in Page component (#2068).
    With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:
    <Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />
    will result in the following:

Don't miss a new react-pdf release

NewReleases is sending notifications on new releases.