##1.3.0
- Allow blacklisting nodes (#9)
- Expose
localize
function
- Fix typo in README
- Set MIT as license in package.json
- Update explanatory picture in README.md
- Add support for bidirectional text
pseudoLocalization.start({ strategy: 'bidi' });
- Changed several things to improve legibility
- Removed
[]
surrounding each string. horizontal Cutoff should be relatively easy to spot without those. - Stop using
one two three ...
to elongagate the string by ~30-40% and instead duplicate letters withing the string itself. - Tidy up psuedo language symbols maps to contain more legibile symbols
- Removed
- Make pseudo language deterministic. Always use the same pseudo symbol for the same english letter.