0.1.1 • Published 10 years ago

asciify-string v0.1.1

Weekly downloads
123
License
Apache Version 2....
Repository
github
Last release
10 years ago

asciify-string

Convert a unicode string to a readable ascii-only string.

Usage

var asciify = require('asciify-string')

console.log(asciify('Déjà Vu')); // Deja Vu

Asciify on NPM

You can install node-slugs via NPM, like so:

npm install asciify-string

License

Licensed under Apache 2.0, see license.txt for details.