From ed2ad1670b9693efd9f01a2add6744874d9bdca7 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Tue, 23 Jan 2024 19:32:59 +0100 Subject: [PATCH] README: Add link to JavaScript bindings --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6ac1d96b..9f455280 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,10 @@ That should do it! [excellent Python bindings](https://chafapy.mage.black/) for Chafa. If Python's your thing, check them out. They are easy to use and come with a [detailed tutorial](https://chafapy.mage.black/usage/tutorial.html). + +## JavaScript bindings + +[Héctor Molinero Fernández](https://hector.molinero.dev/) maintains +[wonderful JavaScript bindings](https://github.com/hectorm/chafa-wasm) +built around his WebAssembly port. These are available from NPM and can +be used in Node.js, web browsers, and more.