hexed

1.0.1 • Public • Published

Hexed

Build Status

Converts anything into a valid hex color.

Usage

Node

npm install --save-dev hexed

Browser

<script src="https://unpkg.com/hexed"></script>

JavaScript

import hexed from "hexed";
const newColor = hexed(data); // returns #rrggbb

Package Sidebar

Install

npm i hexed

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rayraegah