1.0.0 • Published 10 years ago

superscript-text v1.0.0

Weekly downloads
97,618
License
MIT
Repository
github
Last release
10 years ago

superscript-text

Converts text into super script unicode characters.

Example

var raise = require('superscript-text')

console.log(raise('hello world'))

Output:

ʰᵉˡˡᵒ ʷᵒʳˡᵈ

Install

npm i superscript-text

API

require('superscript-text')(str)

Converts str into unicode super script

  • str is a string containing english chracters and numbers

Returns A super script version of str

License

(c) 2015 Mikola Lysenko. MIT License