1.1.6 • Published 6 years ago

charmap v1.1.6

Weekly downloads
3,655
License
MIT
Repository
github
Last release
6 years ago

Charmap Lookup Table

Inspired by Django Urlify and node-slug.


Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i charmap
# or
$ yarn add charmap

Then require the transform() method directly from the package.

const { transform } = require('charmap')

transform('ظ') // th
transform('é') // e
transform('<') // less
transform('tôi tên là đức tạ') // toi ten la duc ta

Contribution Guidelines

Any pull requests or discussions are welcome. Note that every pull request providing a new feature or correcting a bug should be created with appropriate unit tests.

1.1.6

6 years ago

1.1.5

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago