ammannbe / simple-aos

Animate on scroll library
MIT License
36 stars 5 forks source link

Typescript Not supported #17

Open Hemdee1 opened 1 year ago

Hemdee1 commented 1 year ago

This is:

Expected Behavior

No type checking available for the package. I tried installing the type suggested by the editor, it showed Not found npm i --save-dev @types/simple-aos

Steps to Reproduce the Problem

Using the package in a typescript app

Possible Solution

Adding a type to the package

ammannbe commented 1 year ago

I've never added typescript support before for a package. I'd have to check how easy it is.

If you have some good docs about it or like to create a PR you are very welcome.