Skip to content

Vietnamese char map, a list of something like { 'ả': 'a', 'ô': 'o' }

Notifications You must be signed in to change notification settings

joehua87/vi-charmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vi-charmap

Vietnamese char map, a list of something like { 'ả': 'a', 'ô': 'o' }

Usage

With slugify

const slugify = require('slugify')
const viCharMap = require('vi-charmap')

slugify.extend(viCharMap)

console.log(slugify('Việt nam', { lower: true })) // viet-nam

About

Vietnamese char map, a list of something like { 'ả': 'a', 'ô': 'o' }

Resources

Stars

Watchers

Forks

Packages

No packages published