cjk-slug
v0.3.1
Published
[![Package Version](https://img.shields.io/npm/v/cjk-slug)](https://npm.im/cjk-slug) [![License](https://img.shields.io/npm/l/cjk-slug)](#License) [![NPM Bundle Size](https://img.shields.io/bundlephobia/minzip/cjk-slug)](https://bundlephobia.com/package/c
Downloads
3,161
Readme
cjk-slug
URL-friendly string converter that supports CJK characters
Usage
import slugify from 'cjk-slug';
slugify('당근마켓 - 대한민국 1등 동네 커뮤니티');
// => 당근마켓-대한민국-1등-동네-커뮤니티
Other languages
This package only cares about CJK characters.
You can use @sindresorhus/transliterate
as needed.
License
MIT