npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

superscript-text

1.0.0

@mikolalysenko

npmHomeRepoSnykSocket
Downloads:12956236
$ npm install superscript-text
DailyWeeklyMonthlyYearly

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