1.0.0 • Published 10 years ago
superscript-text v1.0.0
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-textAPI
require('superscript-text')(str)
Converts str into unicode super script
stris a string containing english chracters and numbers
Returns A super script version of str
License
(c) 2015 Mikola Lysenko. MIT License
1.0.0
10 years ago