fettepalette
fettepalette copied to clipboard
Color ramp generator using curves within the HSV color model
in parcel 1.x I have to ```js import { generateRandomColorRamp } from 'fettepalette/dist/index'; ``` to make it work. in vanilla node it works fine: ```js import { generateRandomColorRamp } from...
I installed it via npm and wether i import or require the module I always get errors. I tried it via the „Try on runkit“ button on npm. It fails...
For example: ```ts type HSX = [number, number, number]; /** * function hsv2hsl * @param h {Number} hue value 0...360 * @param s {Number} saturation 0...1 * @param v {Number}...
As of now, these are the contents of the package: ``` fettepalette ├── .eslintrc ├── .github │ └── workflows │ └── main.yml ├── LICENSE ├── README.md ├── dist │ ├──...
Add the following to the `.gitignore` file and remove the files from the repository: ``` dist ```