Skip to content

Commit e9728a6

Browse files
committed
readme: use new light/dark mode feature
1 parent fc1862d commit e9728a6

File tree

5 files changed

+34
-16
lines changed

5 files changed

+34
-16
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<p align="center">
2-
<img src="./images/wordmark.svg" alt="esbuild: An extremely fast JavaScript bundler">
2+
<img src="./images/wordmark-light.svg#gh-light-mode-only" alt="esbuild: An extremely fast JavaScript bundler">
3+
<img src="./images/wordmark-dark.svg#gh-dark-mode-only" alt="esbuild: An extremely fast JavaScript bundler">
34
<br>
45
<a href="https://esbuild.github.io/">Website</a> |
56
<a href="https://esbuild.github.io/getting-started/">Getting started</a> |
@@ -13,7 +14,8 @@
1314
Our current build tools for the web are 10-100x slower than they could be:
1415

1516
<p align="center">
16-
<img src="images/benchmark.svg" alt="Bar chart with benchmark results">
17+
<img src="images/benchmark-light.svg#gh-light-mode-only" alt="Bar chart with benchmark results">
18+
<img src="images/benchmark-dark.svg#gh-dark-mode-only" alt="Bar chart with benchmark results">
1719
</p>
1820

1921
The main goal of the esbuild bundler project is to bring about a new era of build tool performance, and create an easy-to-use modern bundler along the way.

images/benchmark-dark.svg

Lines changed: 24 additions & 0 deletions
Loading

images/benchmark.svg renamed to images/benchmark-light.svg

Lines changed: 0 additions & 7 deletions
Loading

images/wordmark-dark.svg

Lines changed: 6 additions & 0 deletions
Loading

images/wordmark.svg renamed to images/wordmark-light.svg

Lines changed: 0 additions & 7 deletions
Loading

0 commit comments

Comments
 (0)