Skip to content

Commit

Permalink
style: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Jul 23, 2024
1 parent 07d7305 commit afb8a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@ c.hex('#FBA')('foo');

[ansis]: https://github.com/webdiscus/ansis

---

[npm-colors.js]: https://www.npmjs.com/package/colors

Expand Down
4 changes: 2 additions & 2 deletions src/ansi-codes.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export let styleData = {
bgAnsi256: fnBgAnsi256, // alias for compatibility with chalk
fg: fnAnsi256,
bg: fnBgAnsi256,
rgb: fnRgb, bgRgb:
fnBgRgb,
rgb: fnRgb,
bgRgb: fnBgRgb,
hex: createHexFn(fnRgb),
bgHex: createHexFn(fnBgRgb),

Expand Down

0 comments on commit afb8a71

Please sign in to comment.