From bfa6fe8a3cf2c2f1ec3fb862e790b3ef4a72a412 Mon Sep 17 00:00:00 2001 From: Avisek Das Date: Fri, 9 Feb 2024 14:19:12 +0530 Subject: [PATCH] docs: improve readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e735d9a..b4483cb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ScrollSizeObserver is a lightweight JavaScript library that provides a simple an - **Flexible Configuration**: Offers options to observe horizontal and/or vertical scroll sizes based on requirements. - **Efficient Observations**: Utilizes modern browser APIs to efficiently track changes without impacting performance. - **Cross-Browser Compatibility**: Compatible with major modern browsers, ensuring consistent behavior across different environments. +- **TypeScript Support**: Provides full support for TypeScript, enabling type-checking and enhanced development experience. - **Lightweight**: Zero-dependency minimal footprint ensures fast loading times and optimal performance. ## Demo @@ -22,12 +23,6 @@ You can install ScrollSizeObserver via npm: npm install scroll-size-observer ``` -Alternatively, you can include it directly in your HTML: - -```html - -``` - ## Usage ```javascript