0.1.0 • Published 13 years ago
zws v0.1.0
ZWS.js
ZWS is a library to decode/encode text using zero width spaces.
Synopsis
var encoded = ZWS.encode('hello');
console.log(encoded) //=> ""
console.log(ZWS.decode(encoded)) //=> "hello"
ZWS is a library to decode/encode text using zero width spaces.
var encoded = ZWS.encode('hello');
console.log(encoded) //=> ""
console.log(ZWS.decode(encoded)) //=> "hello"