text-hex

WebJar for text-hex

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/3rd-Eden/text-hex

Скачать text-hex

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

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

Зависимости

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

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

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

text-hex

Transforms a given piece of text to a hex color.

Install

npm install text-hex

Usage

var hex = require('text-hex');
console.log(hex('foo'));

License

MIT

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

Версия
1.0.0