superscript-text

WebJar for superscript-text

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

superscript-text
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

superscript-text
WebJar for superscript-text
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mikolalysenko/superscript-text

Download superscript-text

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/superscript-text/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>superscript-text</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/superscript-text/
implementation 'org.webjars.npm:superscript-text:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/superscript-text/
implementation ("org.webjars.npm:superscript-text:1.0.0")
'org.webjars.npm:superscript-text:jar:1.0.0'
<dependency org="org.webjars.npm" name="superscript-text" rev="1.0.0">
  <artifact name="superscript-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='superscript-text', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "superscript-text" % "1.0.0"
[org.webjars.npm/superscript-text "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Version
1.0.0