@materialx/material-color-utilities
Version:
Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space.
101 lines • 2.63 kB
JSON
{
"name": "@materialx/material-color-utilities",
"version": "0.4.7",
"description": "Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space.",
"keywords": [
"material",
"material design",
"material3",
"material you",
"color extraction",
"theming"
],
"author": "Material Eng",
"contributors": [
{
"name": "deminearchiver",
"url": "https://github.com/deminearchiver"
}
],
"license": "Apache-2.0",
"homepage": "https://github.com/deminearchiver/material-color-utilities-typescript#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/deminearchiver/material-color-utilities-typescript.git"
},
"bugs": {
"url": "https://github.com/deminearchiver/material-color-utilities-typescript/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"./dist/**/*"
],
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./blend": {
"types": "./dist/blend.d.ts",
"import": "./dist/blend.js"
},
"./contrast": {
"types": "./dist/contrast.d.ts",
"import": "./dist/contrast.js"
},
"./dislike": {
"types": "./dist/dislike.d.ts",
"import": "./dist/dislike.js"
},
"./dynamiccolor": {
"types": "./dist/dynamiccolor.d.ts",
"import": "./dist/dynamiccolor.js"
},
"./hct": {
"types": "./dist/hct.d.ts",
"import": "./dist/hct.js"
},
"./palettes": {
"types": "./dist/palettes.d.ts",
"import": "./dist/palettes.js"
},
"./quantize": {
"types": "./dist/quantize.d.ts",
"import": "./dist/quantize.js"
},
"./scheme": {
"types": "./dist/scheme.d.ts",
"import": "./dist/scheme.js"
},
"./score": {
"types": "./dist/score.d.ts",
"import": "./dist/score.js"
},
"./temperature": {
"types": "./dist/temperature.d.ts",
"import": "./dist/temperature.js"
},
"./utils": {
"types": "./dist/utils.d.ts",
"import": "./dist/utils.js"
}
},
"packageManager": "yarn@4.9.3",
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown"
},
"devDependencies": {
"@material/material-color-utilities": "workspace:^",
"@materialx/config": "workspace:^",
"tsdown": "^0.14.1",
"typescript": "^5.9.2"
}
}