superscript-text

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    175,131
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    175,131

Package Sidebar

Install

npm i superscript-text

Weekly Downloads

175,131

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mikolalysenko