diff --git a/.config/typedoc.css b/.config/typedoc.css index b40e4d0..bc15a30 100644 --- a/.config/typedoc.css +++ b/.config/typedoc.css @@ -34,6 +34,7 @@ pre { content: ""; height: 100%; z-index: -1; + -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); } @@ -84,6 +85,7 @@ pre > button { padding: 6px 12px; border-radius: 4px; cursor: pointer; + -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); max-height: calc(100% - 8px * 2); display: flex; @@ -204,9 +206,29 @@ h6:not(.tsd-anchor-link, .tsd-returns-title) > a:hover:before { } #tsd-search.has-focus .results { + -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); } .container-main { margin-top: 16px; } + +img[src="assets/logo.roundEdges.png"], +img[src="assets/logo.png"] { + box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 16%), 0px 8px 64px 0px rgb(0 0 0 / 24%); + border-radius: 14px; +} + +div[align="center"] > img[alt="Star please"][src="assets/star.please.roundEdges.png"] ~ p[align="right"], +div[align="center"] > img[alt="Star please"][src="assets/star.please.png"] ~ p[align="right"] { + max-width: 360px; +} +div[align="center"] > img[alt="Star please"][src="assets/star.please.roundEdges.png"] ~ p[align="right"]>*, +div[align="center"] > img[alt="Star please"][src="assets/star.please.png"] ~ p[align="right"]>* { + display: none; +} +div[align="center"] > img[alt="Star please"][src="assets/star.please.roundEdges.png"] ~ p[align="right"]>:first-of-type, +div[align="center"] > img[alt="Star please"][src="assets/star.please.png"] ~ p[align="right"]>:first-of-type { + display: block; +} diff --git a/README.md b/README.md index 92e9bc0..442e7d5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@
+ Node.js bindings for llama.cpp
+ Pre-built bindings are provided with a fallback to building from source with node-gyp + +
+ + If you like this repo, star it ✨ +
+