Skip to content

Commit

Permalink
feat: Export lightenColor from manipulations
Browse files Browse the repository at this point in the history
In the src/index.ts file, the 'lightenColor' function has been exported from the manipulations directory. This function is now accessible for use outside its own module.
  • Loading branch information
mallikcheripally committed Jun 5, 2024
1 parent 9b4379b commit 2ab45fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export { parseHsla } from '@/parser/parseHsla';


// Manipulations
// export { lightenColor } from '@/manipulations/lightenColor';
export { lightenColor } from '@/manipulations/lightenColor';

// Additional Color Conversion Functions
// Named Colors to RGB/HEX: Convert named CSS colors to RGB or HEX values.
Expand Down

0 comments on commit 2ab45fa

Please sign in to comment.