Response viewer for PDF (#48)

This PR adds a response viewer for PDF files using `react-pdf`
This commit is contained in:
Gregory Schier
2024-06-10 08:57:08 -07:00
committed by GitHub
parent 302a69ed98
commit 016c3f7dac
9 changed files with 750 additions and 29 deletions

View File

@@ -0,0 +1,3 @@
.react-pdf__Document * {
@apply select-text;
}