Skip to content

Commit 36bbf47

Browse files
authored
Update README.md
1 parent 75e8796 commit 36bbf47

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 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,7 +45,6 @@ Or try out the basic functionality in your own project:
4545
</script>
4646
```
4747

48-
---
4948

5049
## 📦 Installation
5150

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

64-
---
63+
6564

6665
## ⚙️ Usage Guide
6766

@@ -89,7 +88,7 @@ PrivacyProtect.enable({
8988
PrivacyProtect.disable();
9089
```
9190

92-
---
91+
9392

9493
## ⚙️ Configuration Table
9594

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

102-
---
101+
103102

104103
## 📁 File Structure
105104

@@ -110,7 +109,6 @@ PrivacyProtect.disable();
110109
└── README.md # This file
111110
```
112111

113-
---
114112

115113
## 🤝 Contribution
116114

@@ -120,20 +118,20 @@ Love this idea? Help us improve!
120118
- Make your improvements
121119
- Submit a pull request 🙌
122120

123-
---
121+
124122

125123
## 📜 License
126124

127125
Released under the [MIT License](LICENSE).
128126

129-
---
127+
130128

131129
## 🧡 Credits
132130

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

136-
---
134+
137135

138136
> "Privacy is not a feature. It's a right. Protect it."
139137

0 commit comments

Comments
 (0)