Skip to content

Commit f348694

Browse files
committed
Add sponsor section and Lefebvre logo to README
Introduces a new Sponsors section in the README, highlighting Lefebvre as a Bronze Sponsor and displaying their logo. Adds the sponsor-lefebvre.png asset to the repository.
1 parent 9f352c2 commit f348694

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

3.13 KB
Loading

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77

88
<!-- Badges -->
99

10-
<a href="https://github.com/embedpdf/embed-pdf-viewer/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/npm/l/@embedpdf/pdfium.svg?style=for-the-badge&labelColor=000000"></a>
11-
<a href="https://snippet.embedpdf.com/"><img alt="Live demo" src="https://img.shields.io/badge/Try%20the%20Live%20Demo-ff1493.svg?style=for-the-badge&labelColor=000000"></a>
12-
<a href="https://discord.gg/mHHABmmuVU"><img alt="Join our Discord" src="https://img.shields.io/discord/1351694551047475313?logo=discord&style=for-the-badge&labelColor=000000"></a>
10+
<a href="https://github.com/embedpdf/embed-pdf-viewer/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/npm/l/@embedpdf/pdfium.svg?style=for-the-badge&labelColor=000000"></a>
11+
<a href="https://snippet.embedpdf.com/"><img alt="Live demo" src="https://img.shields.io/badge/Try%20the%20Live%20Demo-ff1493.svg?style=for-the-badge&labelColor=000000"></a>
12+
<a href="https://discord.gg/mHHABmmuVU"><img alt="Join our Discord" src="https://img.shields.io/discord/1351694551047475313?logo=discord&style=for-the-badge&labelColor=000000"></a>
13+
1314
</div>
1415

1516
# Open‑Source JavaScript PDF Viewer
1617

17-
**EmbedPDF** is a framework‑agnostic, MIT‑licensed PDF viewer that drops into *any* JavaScript project. Whether you build with **React, Vue, Svelte, Preact,** or vanilla JS, EmbedPDF delivers a smooth, modern reading experience and a clean developer API.
18+
**EmbedPDF** is a framework‑agnostic, MIT‑licensed PDF viewer that drops into _any_ JavaScript project. Whether you build with **React, Vue, Svelte, Preact,** or vanilla JS, EmbedPDF delivers a smooth, modern reading experience and a clean developer API.
1819

1920
---
2021

2122
## 📚 Documentation
2223

23-
Full docs, installation guides, API reference, and examples:
24+
Full docs, installation guides, API reference, and examples:
2425

2526
👉 **[https://www.embedpdf.com](https://www.embedpdf.com)**
2627

@@ -32,6 +33,18 @@ Try it now — load your own PDF or use the sample:
3233

3334
---
3435

36+
## 💖 Sponsors
37+
38+
We are grateful for the support of our sponsors!
39+
40+
### Bronze Sponsors
41+
42+
<a href="https://www.lefebvre-group.com?utm_source=embedpdf&utm_campaign=oss" target="_blank">
43+
<img src=".github/assets/sponsor-lefebvre.png" alt="Lefebvre" height="64">
44+
</a>
45+
46+
---
47+
3548
## ✨ Features
3649

3750
- Annotations (highlight, sticky notes, free text, ink)
@@ -50,4 +63,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
5063

5164
## Third-Party Licenses
5265

53-
This project includes PDFium, licensed under the [Apache License, Version 2.0](packages/pdfium/LICENSE.pdfium).
66+
This project includes PDFium, licensed under the [Apache License, Version 2.0](packages/pdfium/LICENSE.pdfium).

0 commit comments

Comments
 (0)