@livechart/sharp-vibrant
Version:
Extract prominent colors from an image in a node environment using sharp.
31 lines • 661 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": false,
"[javascript]": {
"editor.formatOnSave": false
},
"[typescript]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.formatOnSave": false
},
"search.exclude": {
"**/node_modules": true,
"**/lib": true,
"**/coverage": true
},
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"node_modules": true,
"lib": true
},
"appService.zipIgnorePattern": [
".vscode{,/**}"
],
"appService.deploySubpath": ""
}