Converts text into super script unicode characters.
var raise = require('superscript-text')
console.log(raise('hello world'))
Output:
ʰᵉˡˡᵒ ʷᵒʳˡᵈ
npm i superscript-text
Converts str
into unicode super script
str
is a string containing english chracters and numbers
Returns A super script version of str
(c) 2015 Mikola Lysenko. MIT License