My personal JS library, with some ReactJS pieces
I've spent lot of time trying to find out how to build my own library but couldn't find any functional tutorial. I tried also with the help of chatgpt, with very little success. So I did clone some react hooks librairies to have a starting point, and decided to use the 'React Recipes' one. So, don't be surprised if you find some weird things in this package as I have little experience about building libraries and publishing.
npm i @pascalplantey/js-utils --save
yarn add @pascalplantey/js-utils
Documentation
Name | Returns | Arguments |
---|---|---|
useAdjustColor
|
color | (percentage, color1, color2: null, linearBlend: false) |