superscript-text

WebJar for superscript-text

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

superscript-text
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

superscript-text
WebJar for superscript-text
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать superscript-text

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0