electerious / basicScroll

Standalone parallax scrolling for mobile and desktop with CSS variables.
https://basicscroll.electerious.com
MIT License
3.63k stars 148 forks source link

Add support for ESM #69

Open janwidmer opened 7 months ago

janwidmer commented 7 months ago

We are using basic scroll in our angular projects and it works great.

As angular has recently switched to an ESM based build using Vite, we get some warnings when starting our application:

SCR-20240418-nmgm

It would be great, if you could provide an export of your plugin as ESM version?