Skip to content

Commit

Permalink
Piping to a file should provide a virtually infinite width and height…
Browse files Browse the repository at this point in the history
… (should partly fix #240)
  • Loading branch information
cronvel committed Oct 10, 2023
1 parent 1df0c17 commit e2490c7
Show file tree
Hide file tree
Showing 8 changed files with 618 additions and 267 deletions.
62 changes: 62 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# +++ .gitignore
# Specific #
############

*.local.*
*.local
*.log
*.html.gz
*.css.gz
*.js.gz
.spellcast
build
log
_build
_templates
_static
emoji-width.map.json
emoji-width.ranges.json

# gitignore / Node.gitignore #
##############################
lib-cov
lcov.info
npm-debug.log.*
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results
build
.grunt
__issue.js
__issues
package-lock.json

node_modules


# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db



# --- .gitignore
test
log
sample
wfm.json
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

v3.0.1
------

Piping to a file should provide a virtually infinite width and height (should partly fix #240)


v3.0.0
------

Expand Down
Loading

0 comments on commit e2490c7

Please sign in to comment.