Skip to content

Commit 14c5dcf

Browse files
authored
Update README.md
1 parent 36bbf47 commit 14c5dcf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
**Screenshot-PrivacyProtectionWeb** is a powerful JavaScript tool that helps developers protect sensitive content from being captured via screenshots or screen recordings. It adds a client-side layer of privacy with zero dependencies, perfect for modern web apps, dashboards, and secure portals.
1818

19-
19+
---
2020

2121
## ✨ Key Features
2222

@@ -27,7 +27,7 @@
2727
- 🚫 Disable print and screen capture shortcuts
2828
- ⚡ Lightweight and dependency-free
2929

30-
30+
---
3131

3232
## 📸 Demo Preview
3333

@@ -45,6 +45,7 @@ Or try out the basic functionality in your own project:
4545
</script>
4646
```
4747

48+
---
4849

4950
## 📦 Installation
5051

@@ -60,7 +61,7 @@ Or try out the basic functionality in your own project:
6061
npm install screenshot-privacy-protect
6162
```
6263

63-
64+
---
6465

6566
## ⚙️ Usage Guide
6667

@@ -88,7 +89,7 @@ PrivacyProtect.enable({
8889
PrivacyProtect.disable();
8990
```
9091

91-
92+
---
9293

9394
## ⚙️ Configuration Table
9495

@@ -98,7 +99,7 @@ PrivacyProtect.disable();
9899
| `blockPrint` | Boolean | `true` | Block keyboard print/capture shortcuts |
99100
| `watermarkText` | String | `''` | Overlay custom text on sensitive sections |
100101

101-
102+
---
102103

103104
## 📁 File Structure
104105

@@ -109,6 +110,7 @@ PrivacyProtect.disable();
109110
└── README.md # This file
110111
```
111112

113+
---
112114

113115
## 🤝 Contribution
114116

@@ -118,20 +120,20 @@ Love this idea? Help us improve!
118120
- Make your improvements
119121
- Submit a pull request 🙌
120122

121-
123+
---
122124

123125
## 📜 License
124126

125127
Released under the [MIT License](LICENSE).
126128

127-
129+
---
128130

129131
## 🧡 Credits
130132

131133
Developed by [@dxvzz](https://github.com/dxvzz)
132134
Inspired by mobile privacy standards like `FLAG_SECURE` on Android & secure overlays on iOS
133135

134-
136+
---
135137

136138
> "Privacy is not a feature. It's a right. Protect it."
137139

0 commit comments

Comments
 (0)