Skip to content

mikolalysenko/superscript-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converts text to superscript unicode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published