@guetechteam/whitelabel
v1.7.0
Published
A flexible whitelabel package that allows dynamic customization of colors, themes, and visual styles to match any brand identity or setup requirements. Easily configure and integrate into various environments with minimal effort.
Keywords
Readme
Whitelabel
A flexible whitelabel package that allows dynamic customization of colors, themes, and visual styles to match any brand identity or setup requirements. Easily configure and integrate into various environments with minimal effort.
Usage/Examples
import { getBrightness } from '@guetechteam/whitelabel'
function App() {
...
const result = getBrightness("#FFFFFF")
...
}