Skip to content

Commit

Permalink
Merge pull request xtermjs#5094 from Tyriar/images
Browse files Browse the repository at this point in the history
Add build flow images and move logo into new images folder
  • Loading branch information
Tyriar authored Jul 9, 2024
2 parents 5eb592f + cb9b96d commit 995ccc7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [![xterm.js logo](logo-full.png)](https://xtermjs.org)
# [![xterm.js logo](images/logo-full.png)](https://xtermjs.org)

Xterm.js is a front-end component written in TypeScript that lets applications bring fully-featured terminals to their users in the browser. It's used by popular projects such as VS Code, Hyper and Theia.

Expand Down
2 changes: 1 addition & 1 deletion bin/package_headless.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fs.copyFileSync(

console.log('> headless/logo-full.png');
fs.copyFileSync(
join(repoRoot, 'logo-full.png'),
join(repoRoot, 'images/logo-full.png'),
join(headlessRoot, 'logo-full.png')
);

Expand Down
Binary file added images/build-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/build-flow.tldr

Large diffs are not rendered by default.

File renamed without changes

0 comments on commit 995ccc7

Please sign in to comment.