colorspace

WebJar for colorspace

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать colorspace

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : color jar [3.0,3.1)
org.webjars.npm : text-hex jar [1.0,1.1)

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

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

colorspace

Colorspace is a simple module which generates HEX color codes for namespaces. The base color is decided by the first part of the namespace. All other parts of the namespace alters the color tone. This way you can visually see which namespaces belong together and which does not.

Installation

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

npm install --save colorspace

Usage

We assume that you've already required the module using the following code:

'use strict';

var colorspace = require('colorspace');

The returned function accepts 2 arguments:

  1. namespace string, The namespace that needs to have a HEX color generated.
  2. delimiter, string, optional, Delimiter to find the different sections of the namespace. Defaults to :

Example

console.log(colorspace('color')) // #6b4b3a
console.log(colorspace('color:space')) // #796B67

License

MIT

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

Версия
1.1.2
1.1.1