
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)







