Text Decoder & Encoder In Pure JavaScript – sangwa.js

Category: Javascript , Text | April 13, 2017
Authordotjersh
Last UpdateApril 13, 2017
LicenseMIT
Tags
Views680 views
Text Decoder & Encoder In Pure JavaScript – sangwa.js

sangwa.js is a vanilla JavaScript/PHP library used to encode and decode any text strings you provide.

How to use it:

Add the JavaScript file sangwa.js to the webpage.

<script src="sangwa.js"></script>

Encode text:

sangwa.encode(value)

Decode text:

sangwa.decode(value)

You Might Be Interested In:


Leave a Reply