From 477e53ace0e12103b52129da4cedd1daaa4877a1 Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Mon, 9 May 2022 12:40:42 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 318df1c..c65a98e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # qb64-include A collection of functions and sub routines. +## [atob.bm](https://github.com/visionmercer/qb64-include/blob/main/atob.bm) +ASCII to Base64 encoding + ## [Bool.bi](https://github.com/visionmercer/qb64-include/blob/main/bool.bi) A header file containing the constants "False" and "True" +## [btoa.bm](https://github.com/visionmercer/qb64-include/blob/main/btoa.bm) +Base64 to ASCII decoding + ## [ConsoleColor.bm](https://github.com/visionmercer/qb64-include/blob/main/consolecolor.bm) Change color of terminal text with escape sequences. If terminal emulator supports it, true color is possible.