Skip to content

Commit

Permalink
feat: add more style
Browse files Browse the repository at this point in the history
  • Loading branch information
kricsleo committed Jan 13, 2023
1 parent 5b90f0b commit cd878b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified screenshots/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Pair, Output, ExpandColor, ExpandRound, LogType, InferStyle, InferLog }
const modifier = {
bold: 'font-weight:bold;',
italic: 'font-style:italic;',
underline: 'text-decoration:underline;',
strikethrough: 'text-decoration:line-through;'
}

const color = {
Expand Down

0 comments on commit cd878b6

Please sign in to comment.