Skip to content

Commit 1c3b308

Browse files
domoritzcarlopi
authored andcommitted
docs: light and dark mode logo
# Conflicts: # README.md
1 parent 844406c commit 1c3b308

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/duckdb/duckdb-wasm/main/misc/duckdb_wasm.svg" height="80">
2+
<picture>
3+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/duckdb/duckdb-wasm/main/misc/duckdb_wasm.svg">
4+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/duckdb/duckdb-wasm/main/misc/duckdb_wasm_light.svg">
5+
<img alt="The DuckDB WASM logo." src="https://raw.githubusercontent.com/duckdb/duckdb-wasm/main/misc/duckdb_wasm.svg" height="80">
6+
</picture>
37
<h1>DuckDB-Wasm</h1>
48
</div>
59

@@ -31,9 +35,11 @@ Duckdb-Wasm speaks Arrow fluently, reads Parquet, CSV and JSON files backed by F
3135
Try it out at [shell.duckdb.org](https://shell.duckdb.org) or [Observable](https://observablehq.com/@observablehq/duckdb), read the [API documentation](https://shell.duckdb.org/docs/modules/index.html), check out the [web-app examples](https://github.com/duckdb-wasm-examples), and chat with us on [Discord](https://discord.duckdb.org).
3236

3337
## DuckDB and DuckDB-Wasm
38+
3439
DuckDB-Wasm is currently based on DuckDB v1.1.1.
3540

3641
## DuckDB-Wasm with DuckDB Extension
42+
3743
```sql
3844
--- Excplicitly load extensions
3945
LOAD icu;
@@ -44,6 +50,7 @@ FROM read_json('https://some.url/file.json');
4450
```
4551

4652
## Build from source
53+
4754
```shell
4855
git clone https://github.com/duckdb/duckdb-wasm.git
4956
cd duckdb-wasm

misc/duckdb_wasm.svg

Lines changed: 1 addition & 14 deletions
Loading

misc/duckdb_wasm_light.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)