kuler

WebJar for kuler

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

kuler
WebJar for kuler
Ссылка на сайт

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

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

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

https://github.com/3rd-Eden/kuler

Скачать kuler

Имя Файла Размер
kuler-1.0.1.pom
kuler-1.0.1.jar 5 KB
kuler-1.0.1-sources.jar 22 bytes
kuler-1.0.1-javadoc.jar 22 bytes
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : colornames jar [1.1.1,2)

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

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

kuler

Kuler is small and nifty node module that allows you to create terminal based colors using hex color codes, just like you're used to doing in your CSS. We're in a modern world now and terminals support more than 16 colors so we are stupid to not take advantage of this.

Installation

The package is released in the public npm registry and can be installed by running:

npm install --save kuler

Usage

To color a string simply pass it the string you want to have colored as first argument and the color as hex as second argument:

'use strict';

const kuler = require('kuler');
const str = kuler('foo', '#FF6600');

The color code sequence is automatically terminated at the end of the string so the colors do no bleed to other pieces of text. So doing:

console.log(kuler('red', '#F00'), 'normal');

Will work without any issues.

License

MIT

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

Версия
1.0.1
0.0.0