UNPKG

fullwidth

Version:
14 lines (10 loc) 368 B
# 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! ```