-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript @types #46
Comments
@tomgallagher, are you still having this issue or did you find a way around it? |
For anyone else who stumbles into this when running Update your // ... other config ...
"lib": [
"DOM",
// ... others libs
],
// ... other config ... |
@GioCirque - I think I just built that file in JS in the end. Can't remember. But you can close the issue. Thanks for reply. |
I also had to cast a |
@GioCirque I am trying to use this project in typescript but even the |
You can check out my full, working TypeScript implementation over here. I recently started seeing some interesting outputs so I'm exploring a new implementation. I'll let you know if anything comes from it. |
!!!WARNING !!! |
@kavimaluskam If you're interested, you can also see how I'm adding images via context (maybe overkill) in the snapshotEvent function and the simple finalization in the maybeFinalizeGif function |
Thank you so much @GioCirque , it definitely helped. 🚀 |
Hey
Thanks for the library - helped me out of a tight spot.
Getting this error when compiling with Typescript.
Any thoughts?
Tom
The text was updated successfully, but these errors were encountered: