UNPKG

pretty-easy-hex-to-rgb

Version:

Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values

25 lines 511 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "pretty": true, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "sourceMap": true, "removeComments": false, "outDir": "./dist", "declaration": true, "lib": [ "es5", "es6", "es7" ] }, "exclude": [ "node_modules/" ], "include": [ "lib/**/*.ts", "tests/spec.ts" ] }