Skip to content

Commit 7a98feb

Browse files
authored
Merge pull request #33 from OnedocLabs/AugusteLef-patch-3
Update README.md update comparison asset
2 parents 4d6801b + ba543e0 commit 7a98feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Twitter Cover_text](https://github.com/OnedocLabs/react-print-pdf/assets/33000377/6861210a-5f0d-4898-9529-bb13dfa982d1)
1+
![Cover Fileforge](https://github.com/OnedocLabs/react-print-pdf/assets/33000377/6861210a-5f0d-4898-9529-bb13dfa982d1)
22

33
<div align="center"><strong>React Print</strong></div>
44
<div align="center">The new way to build documents.<br />High-quality, unstyled components for creating PDFs.</div>
@@ -50,7 +50,8 @@ We believe documents are at the core of communication—invoices, contracts, res
5050

5151
Unlike other solutions, _react-print-pdf_ gives you complete control over your documents, allowing you to design complex layouts with features like footnotes, headers, margins, and more. Additionally, it enables you to track and analyze specific parts of your document, and build and update charts using data from your database. And this is just the beginning—our team and the community will continue to develop great features to simplify the PDF generation process.
5252

53-
![Legacy Solution vs. React-print-pdf](docs/images/legacy-vs-react-print.avif)
53+
![Legacy Solution vs. React-print-pdf](https://github.com/OnedocLabs/react-print-pdf/assets/33000377/a8834372-047e-46ff-a4ff-26083df88594)
54+
5455

5556
# Getting started 🚀
5657

@@ -111,7 +112,6 @@ export const Document = ({ props }) => {
111112
import { compile } from "@fileforge/react-print";
112113

113114
const html = await compile(<Document />);
114-
115115
```
116116

117117
# Components 🗂️

0 commit comments

Comments
 (0)