baggo / remap-fullwidth

AESTHETIC character map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AESTHETIC character map

License:MIT License


Languages

Language:JavaScript 100.0%