diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
14.91k stars 1.18k forks source link

No option to add alt tag to image components #2903

Open olliequ opened 4 weeks ago

olliequ commented 4 weeks ago

Using images with react-pdf works, but during the build process of the app (npm run build) results in the warning:

Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text

Having an option for an alt tag would solve this.

abid-sayyed commented 3 weeks ago

I am interested in solving this issue. Please let me know if I can proceed.

abadrangui commented 2 weeks ago

I'm facing same issue too. If anyone can provide example how it should fixed, I'm eager to do some collabration too. Thanks