1.0.2 • Published 1 year ago

light-slug-emoji v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

Light Slug Emoji

Make a better slug from string. This package can replace any emoji or converted to custom string.

Installation

Use command bellow to install light-slug-emoji package to your project

npm install --save light-slug-emoji

Example of usage

Import this package to your project

const slug = require('light-slug-emoji')

let strslug = slug('👇 Backhand Index Pointing Down');

// console.log(strslug)
// Output : backhand-index-pointing-down

Contributions are open

Welcome everyone. Let's make this package better

1.0.2

1 year ago

1.0.1

4 years ago

1.0.0

4 years ago