Kiril Vatev

Results 133 comments of Kiril Vatev

I am confused by this request. The time variable limits the animation to 60fps (which was previously an issue for high refresh rate monitors). Changing that, while possible, would make...

Hmm... I know other people are successfully using this module in their nextjs project. Are you fully describing the problem you are having?

Just to make sure there isn't anything I don't understand, I just created a new app using `npx create-next-app`. Then I created the following component: ```js "use client"; import confetti...

@Md-Anamul-Haque I don't understand what you mean by "try to build then you must see". I did build it. It worked fine. Builds without error, the web page shows a...

Sigh... Firefox does seem to have a lot of issues with rendering fonts. This looks like it might be specific to using Apple's emoji font -- you can see that...

Here's some high-level information if you or anyone else wants to investigate (most of it is probably too much information and maybe even wrong -- I've mostly figured this out...

Can you provide a way to reproduce this issue, or any further information. Have you confirmed it is this package? Does it load quickly *every time* if you remove the...

Thanks for providing your code. I did not verify this, but this is probably my fault for not documenting the types. The `buffer` argument is supposed to be a `Uint8Array`...

More information is needed for this issue.