-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How can i install type definitions? ❓ #8
Comments
Hey! Types are available in the latest version, that's |
Thank you for your answer! When i install it with yarn, i installs 1.0.0-alpha.1 |
Yes, that's because only alphas are available on npm. In the README I have mentioned that you have to install it with the @Alpha suffix (Or manually change the version in package.json) |
I changed it manually in the package.json and it works fine now. Thank you very much. I'm looking forward to use your camera component :) |
How to use the module without type definitions?
Hi, i saw your post about the Camera library on Reddit and directly wanted to try it out in my Typescript project. I also can see that you use Typescript in the Project. But my project is complaining, that there are no type definitions. How can i install them or use your module now? :)
The text was updated successfully, but these errors were encountered: