@prosohel/slugify-unicode

1.0.2 • Public • Published

What is it?

This is a simple package to create slug for all languages.

Simple instal process ,

npm i slugify-unicode

yarn add slugify-unicode

const { slugify } = require('slugify-unicode'); /// for node 
or 
import { slugify } from "slugify-unicode";

console.log(
  slugify(
    'হরদীপ হত্যায় ভারতের জড়িত থাকার প্রমাণ অটোয়ার কাছে আছে: কানাডার গণমাধ্যম'
  )
);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @prosohel/slugify-unicode

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.57 kB

Total Files

3

Last publish

Collaborators

  • prosohel