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
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdtext-hex |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontext-hex
WebJar for text-hex
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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