Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

color-extraction

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-extraction - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

dist/common/colorConversion.d.ts

26

package.json
{
"name": "color-extraction",
"version": "0.3.2",
"description": "从图像中获取主色或调色板。",
"version": "0.3.3",
"description": "Gets the dominant color or color palette in the image and the color name in English and Chinese.",
"main": "dist/color-extraction.umd.js",
"module": "dist/color-extraction.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build"
"build": "vite build && tsc"
},

@@ -14,4 +15,18 @@ "files": [

],
"author": "lostElk",
"license": "ISC",
"author": {
"name": "LostElk",
"email": "lostelk.email@gmail.com",
"url": "https://lostelk.cn"
},
"keywords": [
"color",
"palette",
"sampling",
"extraction",
"image",
"picture",
"photo",
"canvas"
],
"license": "MIT",
"dependencies": {

@@ -24,4 +39,5 @@ "colord": "^2.9.3",

"@types/node": "^20.8.3",
"rollup-plugin-visualizer": "^5.9.2",
"vite": "^4.4.11"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc