Skip to content

Commit 99eca6c

Browse files
committed
feat: initialize rt-smooth-scroll package with esbuild for smooth scrolling functionality
- Created package.json and package-lock.json for project setup - Added build script using esbuild to compile and minify the source code - Implemented smooth scrolling logic in src/index.js with customizable options - Included default configuration attributes for easy integration - Set up instance management for multiple smooth scrolling instances
1 parent b440e15 commit 99eca6c

7 files changed

Lines changed: 1615 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
.DS_Store
3+
dist/*.map
4+
dev

0 commit comments

Comments
 (0)