Skip to content

Commit

Permalink
Better fix for asciinema/asciinema/issues/646
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-rowe committed Aug 25, 2024
1 parent 855d977 commit 819c529
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 81 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Custom Inspects
# Custom Inspects [![JSR](https://jsr.io/badges/@li/custom-inspects)](https://jsr.io/@li/custom-inspects)

Some experiments with custom inspects for Deno/NodeJS console logging.

<!-- custom thumbnail - see https://github.com/asciinema/asciinema/issues/646 -->
[![asciicast](https://raw.githubusercontent.com/lionel-rowe/custom-inspects/main/img/asciicinema-thumb-spaced.svg)](https://asciinema.org/a/XxTbS0aAtTA6BZ9tdzKardxJs)
[![asciicast](https://raw.githubusercontent.com/lionel-rowe/custom-inspects/main/img/asciinema-thumb-font-size-adjusted.svg)](https://asciinema.org/a/XxTbS0aAtTA6BZ9tdzKardxJs)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"name": "@li/custom-inspects",
"version": "0.0.5",
"version": "0.0.6",
"exports": {
".": "./mod.ts",
"./bytes": "./bytes.ts",
Expand All @@ -21,7 +21,7 @@
"indentWidth": 4,
"singleQuote": true,
"proseWrap": "preserve",
"exclude": []
"exclude": ["README.md"]
},
"compilerOptions": { "strict": true },
"lint": {
Expand Down
Loading

0 comments on commit 819c529

Please sign in to comment.