@jniac/color-xplr
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

Color Xplr

It's a funky-damn-cool color explorer (in the browser) for frustrated creatives.

It's not a picker, it's an explorer.

Here's a demo.

VERSION.md

Features:

  • 4 "plane" modes: hue, red, green, blue (for inspiration)
  • "copy to clipboard" button
  • easy paste (do not have to focus the input)
  • hue, luminosity, saturation, red, green & blue sliders (for fine control over tint).
  • modal position: "align" mode & "stay-inside-window" feature
  • string mode:
    • keywords
      • red
      • rebeccapurple
    • hex:
      • #f9bd77
      • #f9bd77ff
    • rgb:
      • rgb(249 189 119)
      • rgba(249 189 119 / 100%)
    • hsl:
      • hsl(32deg 92% 72%)
      • hsla(32deg 92% 72% / 100%)
    • glsl:
      • vec3(0.98, 0.74, 0.47)
      • vec4(0.98, 0.74, 0.47, 1.00)

About

Pure modern ES / dom library, no dependency.

Dev

yarn dev

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @jniac/color-xplr

    Weekly Downloads

    7

    Version

    1.0.15

    License

    ISC

    Unpacked Size

    320 kB

    Total Files

    8

    Last publish

    Collaborators

    • jniac