Skip to content

Commit 62769b6

Browse files
committedSep 20, 2023
Remove semantic-release badge
1 parent e049e69 commit 62769b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# convert-vapid-public-key
22

33
[![GitHub Actions status](https://github.com/screendriver/convert-vapid-public-key/workflows/CI/badge.svg)](https://github.com/screendriver/convert-vapid-public-key/actions)
4-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
54

65
To subscribe to [Web Push Notifications](https://developers.google.com/web/fundamentals/push-notifications/) you have to provide an Base64 application server key that needs to be converted to an [Uint8Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array). This package helps you with the conversion from a Base64 string to an `Uint8Array`.
76

0 commit comments

Comments
 (0)
Please sign in to comment.