UNPKG

hue-map

Version:

Interpolate gradients based on common palettes

57 lines (56 loc) 1.21 kB
{ "name": "hue-map", "version": "1.0.0", "type": "module", "description": "Interpolate gradients based on common palettes", "keywords": [ "viridis", "color", "hue", "interpolate", "hex", "rgb", "inferno", "magma", "plasma", "matplotlib", "seaborn", "gradient", "generate", "scale", "plot", "graph" ], "license": "MIT", "repository": "github:giraugh/hue-map", "files": [ "dist" ], "main": "./dist/hue-map.umd.cjs", "types": "./dist/hue-map.d.ts", "module": "./dist/hue-map.js", "exports": { ".": { "import": "./dist/hue-map.js", "require": "./dist/hue-map.umd.cjs" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "build:demo": "tsc && vite build -m demo", "lint": "eslint --ext .ts ./lib", "test": "vitest", "ci:release": "yarn build && yarn changeset publish" }, "devDependencies": { "@changesets/cli": "^2.24.3", "@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/parser": "^5.33.1", "eslint": "^8.22.0", "typescript": "^4.6.4", "vite": "^3.0.7", "vitest": "^0.22.1", "vite-plugin-dts": "^1.6.5" } }