UNPKG

sharp-vibrant

Version:

Extract prominent colors from an image in a node environment using sharp.

32 lines 561 B
{ "extends": [ "airbnb-typescript/base" ], "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ], "env": { "browser": false, "es6": true }, "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018, "sourceType": "module", "project": "tsconfig.json" }, "rules": { "no-bitwise": "off", "no-continue": "off" }, "settings": { "import/resolver": { // use <root>/tsconfig.json "typescript": {} } } }