Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baygeldin/fullwidth

Fullwidth text converter.
https://github.com/baygeldin/fullwidth

fullwidth nodejs text

Last synced: 3 months ago
JSON representation

Fullwidth text converter.

Awesome Lists containing this project

README

        

# fullwidth [![Build Status](https://travis-ci.org/baygeldin/fullwidth.svg?branch=master)](https://travis-ci.org/baygeldin/fullwidth)
Simple text to fullwidth text converter. Reliable, well tested, fast.

### Installation & usage

```
$ npm install fullwidth
```

```javascript
import fullwidth from 'fullwidth'
console.log(fullwidth('Hello, 世界!')) // Hello, 世界!
```