Merge pull request #5094 from Tyriar/images

Add build flow images and move logo into new images folder
This commit is contained in:
Daniel Imms
2024-07-09 08:30:29 -07:00
committed by GitHub
5 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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')
);
Binary file not shown.

After

Width:  |  Height:  |  Size: 646 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB