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/colorsh
pnpm add @leafer-in/colorsh
yarn add @leafer-in/colorsh
bun add @leafer-in/colorOr 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>