Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 464 Bytes

remap-fullwidth

AESTHETIC character map

A map of 95 full-width characters designed for use with baggo/remap.

const remap = require('remap')
const fullwidth = require('remap-fullwidth')
const aestheticify = remap(fullwidth)

console.log(aestheticify('AESTHETIC')) // -> AESTHETIC

Installation

npm install --save remap-fullwidth

License

MIT