mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
- Convert project to Javascript/Typescript - Allow custom headers to be passed in (optional) - Allow body to be optional |
||
|---|---|---|
| .. | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
var colors = require('color-name');
colors.red //[255,0,0]
