@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(
    'হরদীপ হত্যায় ভারতের জড়িত থাকার প্রমাণ অটোয়ার কাছে আছে: কানাডার গণমাধ্যম'
  )
);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @prosohel/slugify-unicode

      Weekly Downloads

      1

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      1.57 kB

      Total Files

      3

      Last publish

      Collaborators

      • prosohel