persian-slugify
v0.0.1
Published
highly performant slugify module for persian language.
Downloads
12
Readme
Persian Slugify
highly performant slugify for Persian/Farsi language with 100% code coverage 🇮🇷
Installation
npm i persian-slugify
// or
yard add persian-slugify
Usage example
import slugify from 'persian-slugify';
const slug = slugify('سلام دنیا');
console.log(slug);