frankcollins3 / cAPPtcha

mine-nugget-ts (building captcha right now. want to make it an npm package)
1 stars 0 forks source link

export component and variable from another component ? [6:13pm] #6

Open frankcollins3 opened 11 months ago

frankcollins3 commented 11 months ago

attempting to do: captcha complete. use this repo in another repo. publish on npm and install in app and use locally

error: exporting the component seems to simple but what about another boolean so the other app using this package can confirm complete

proposed approach: was also thinking of checking in the other app for img src because the img changes once the captcha is complete.

created an exported let that toggles true when it's completed