Skip to content

Color

Supports color format conversion and color name to color value transformation.

Install Plugin

You need to install the color plugin to use it. Click here to visit the Github repository.

sh
npm install @leafer-in/color
sh
pnpm add @leafer-in/color
sh
yarn add @leafer-in/color
sh
bun add @leafer-in/color

Or include via script tag and access plugin features using the global variable LeaferIN.color.

html
<script src="https://unpkg.com/@leafer-in/color@2.1.0/dist/color.min.js"></script>
html
<script src="https://unpkg.com/@leafer-in/color@2.1.0/dist/color.js"></script>

Released under the MIT License.