fullwidth
Version:
Fullwidth text converter.
14 lines (10 loc) • 368 B
Markdown
# fullwidth [](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!
```