UNPKG

@leronixlabs/nanite

Version:

Base64 String to JSON converter.

35 lines (26 loc) 1.41 kB
<div align="center"> <img src="./docs/Assets/logo.png" alt="Nanite"/> <h3>By Alex Rouse</h3> </div> ## Introduction Nanite is a lightweight, efficient Base64 to JSON solution. Nanite is designed around simplicity while ensuring stability. ## Getting Started Getting started with Nanite is extremely easy. Firstly, install Nanite using the following command: ```console user@nanite:~$ npm install @leronixlabs/nanite ``` Then, you can use Nanite in your project like so: ```typescript import { Base64ToJSON, JSONToBase64 } from '@leronixlabs/nanite'; ``` or: ```javascript const { Base64ToJSON, JSONToBase64 } = require('@leronixlabs/nanite'); ``` ## License Nanite is licensed under the **MIT** license. For more information, please see the [LICENSE](./LICENSE) file. ## Notes While Nanite is designed to be lightweight and efficient, it's not designed to be the fastest, but instead to be the most stable. If you have any issues or would like to add a feature, feel free to create an issue or a pull request. ## Supporting If you would like to support the development of Nanite, please consider starring the repository and sharing it with your friends. If you would like to support me directly, you can do so by subscribing to my [Patreon](https://patreon.com/user?u=95671657). You get your name in the README and other benefits. (*You can DM me if you'd like to request custom benefits :)*