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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторtext-hex |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtext-hex
WebJar for text-hex
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| text-hex-1.0.0.pom | |
| text-hex-1.0.0.jar | 4 KB |
| text-hex-1.0.0-sources.jar | 22 bytes |
| text-hex-1.0.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- 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"]
Transforms a given piece of text to a hex color.
npm install text-hex
var hex = require('text-hex');
console.log(hex('foo'));
MIT