We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Retropixels as a library is not developer friendly to use. It is not clear how to import the different classes. It is also not documented. Todo:
Make sure classes can be imported the usual way, f.e.
import {Converter} from 'retropixels';
Documentation is out of scope.
The text was updated successfully, but these errors were encountered:
See https://github.com/basarat/ts-npm-module-consume and https://stackoverflow.com/questions/30928253/writing-npm-modules-in-typescript
Sorry, something went wrong.
#31 Exported classes needed by CLI
cc3069f
No branches or pull requests
Retropixels as a library is not developer friendly to use. It is not clear how to import the different classes. It is also not documented.
Todo:
Make sure classes can be imported the usual way, f.e.
Documentation is out of scope.
The text was updated successfully, but these errors were encountered: