1.0.6 • Published 1 year ago

@leronixlabs/nanite v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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:

user@nanite:~$ npm install @leronixlabs/nanite

Then, you can use Nanite in your project like so:

import { Base64ToJSON, JSONToBase64 } from '@leronixlabs/nanite';

or:

const { Base64ToJSON, JSONToBase64 } = require('@leronixlabs/nanite');

License

Nanite is licensed under the MIT license. For more information, please see the 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. You get your name in the README and other benefits. (You can DM me if you'd like to request custom benefits :)

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago