From 8e609c984c8b78d68d3886fd2c9febbe2b5c868a Mon Sep 17 00:00:00 2001 From: Eugene Antonenkov Date: Fri, 5 Jul 2024 00:15:20 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 580c95d..7dfe33f 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,11 @@ const clonedBitmap = bitmap.clone(); - **Iteration and Filtering:** `range(fn: (x: number) => boolean)`, `filter(fn: (x: number) => boolean)` - **Count and Extremes:** `count()`, `min()`, `max()`, `minZero()`, `maxZero()` - **Cloning:** `clone(): Bitmap` + +#### Note + +This library is designed for bitmap indexing operations and is not related to image processing. For more information on bitmap indexing, please refer to [Bitmap Index Wiki](https://en.wikipedia.org/wiki/Bitmap_index). + +--- + +Feel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/yazmeyaa/bitmap-index). From 75f81b537e91517461bdbf36c97e3de1a53d0e87 Mon Sep 17 00:00:00 2001 From: Eugene Antonenkov Date: Fri, 5 Jul 2024 00:25:15 +0300 Subject: [PATCH 2/3] Delete index.html --- index.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index 44a9335..0000000 --- a/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - Vite + TS - - -
- - - From 5a8853f7199cc7d59a90e84e75b20fbf6de781dd Mon Sep 17 00:00:00 2001 From: Eugene Antonenkov Date: Fri, 5 Jul 2024 00:25:38 +0300 Subject: [PATCH 3/3] Delete public directory --- public/vite.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 public/vite.svg diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file