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). 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 - - -
- - - 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