text-hex

WebJar for text-hex

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

text-hex
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

text-hex
WebJar for text-hex
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download text-hex

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0