thayallans / invisify.js

Ewww I can see your string. Use invisify.js to convert strings to invisible text and revert back to the OG string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invisify.js

Convert a String into a collection of invisible characters. Great for minimalists who hate looking at Strings.

Installation (NPM)

npm install invisify

Installation (CDN)

<script src="https://unpkg.com/invisify@1.0.4/cdn/invisify.js"></script>

Usage (NPM)

const { stringToInvisify } = require('invisify');
stringToInvisify('lolol');
// Outputs invisible character collection

About

Ewww I can see your string. Use invisify.js to convert strings to invisible text and revert back to the OG string.

License:MIT License


Languages

Language:JavaScript 100.0%