Skip to content
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

funcaptcha for browser #42

Closed
seteri opened this issue Aug 10, 2023 · 1 comment
Closed

funcaptcha for browser #42

seteri opened this issue Aug 10, 2023 · 1 comment

Comments

@seteri
Copy link

seteri commented Aug 10, 2023

after a lot of struggle, I finally figured out how to use funcaptcha for roblox login api, but now, instead of node environment, I want to use it in browser. I made a few changes and only thing I am importing is funcaptcha library itself and thats the only problem I face, I think browser does not support it or something ... can anyone suggest me what to do? I also tried using funcaptcha cdn, but it says: Uncaught ReferenceError: exports is not defined

@noahcoolboy
Copy link
Owner

The funcaptcha library is not designed for use in a browser, and it will not work when attempted either.
This project uses libraries such as crypto or undici which are designed for nodejs, so loading it elsewhere will most likely not work.

I will not be creating a separate version for this. You should most likely use getEmbedUrl for this type of task.
You are free to create your own for with compatibilty for browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants