Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/baygeldin/fullwidth
- Owner: baygeldin
- License: mit
- Created: 2016-03-24T23:42:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T10:17:53.000Z (over 3 years ago)
- Last Synced: 2024-10-17T15:36:26.700Z (3 months ago)
- Topics: fullwidth, nodejs, text
- Language: JavaScript
- Size: 16.6 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, 世界!
```