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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i superscript-text

      Weekly Downloads

      195,518

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • mikolalysenko