Skip to content

Commit bcaa7dd

Browse files
committed
Updated README
1 parent a012bb4 commit bcaa7dd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
<div align="center">
2+
13
# Base64Plus
24

5+
![Build Status](https://img.shields.io/github/actions/workflow/status/nassiry/base64plus/ci.yml?branch=main)
6+
[![License](https://img.shields.io/github/license/nassiry/base64plus?style=flat-square)](https://github.com/nassiry/base64plus/blob/main/LICENSE)
7+
[![npm version](https://img.shields.io/npm/v/base64plus?color=blue&label=npm%20version&style=flat-square)](https://www.npmjs.com/package/base64plus)
8+
![Total Downloads](https://img.shields.io/npm/dt/base64plus.svg)
9+
[![Latest Release](https://img.shields.io/github/release/nassiry/base64plus?style=flat-square)](https://github.com/nassiry/base64plus/releases)
10+
11+
</div>
12+
313
**Base64Plus** is a modern, Unicode-safe **Base64 encoding and decoding** library.
414
It supports **Node.js**, **ES Modules**, **Browsers** and **TypeScript**.
515

6-
716
## Installation
817

918
### **Option 1: Install via NPM**

0 commit comments

Comments
 (0)