From 1c3b308537064bb857c17b85d9b3e948c03f8ac6 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sat, 5 Oct 2024 14:22:48 -0400 Subject: [PATCH] docs: light and dark mode logo # Conflicts: # README.md --- README.md | 9 ++++++++- misc/duckdb_wasm.svg | 15 +-------------- misc/duckdb_wasm_light.svg | 1 + 3 files changed, 10 insertions(+), 15 deletions(-) create mode 100644 misc/duckdb_wasm_light.svg diff --git a/README.md b/README.md index b4e286772..469b7a2f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@
- + + + + The DuckDB WASM logo. +

DuckDB-Wasm

@@ -31,9 +35,11 @@ Duckdb-Wasm speaks Arrow fluently, reads Parquet, CSV and JSON files backed by F 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). ## DuckDB and DuckDB-Wasm + DuckDB-Wasm is currently based on DuckDB v1.1.1. ## DuckDB-Wasm with DuckDB Extension + ```sql --- Excplicitly load extensions LOAD icu; @@ -44,6 +50,7 @@ FROM read_json('https://some.url/file.json'); ``` ## Build from source + ```shell git clone https://github.com/duckdb/duckdb-wasm.git cd duckdb-wasm diff --git a/misc/duckdb_wasm.svg b/misc/duckdb_wasm.svg index 65dca1a6f..99f4972ad 100644 --- a/misc/duckdb_wasm.svg +++ b/misc/duckdb_wasm.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/misc/duckdb_wasm_light.svg b/misc/duckdb_wasm_light.svg new file mode 100644 index 000000000..208610ac3 --- /dev/null +++ b/misc/duckdb_wasm_light.svg @@ -0,0 +1 @@ + \ No newline at end of file