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
npm install --save remap-fullwidth
MIT