- Check the documentation, inspect the parameters, and review the usage. Make sure to check if there's a new version available.
- Review the source code and try to adjust or modify the memory data (for example,
sdk.xxx = xxx).- If there's no GitHub, you can directly check the files in
node_modulesor look for the files on the npm website.
- If there's no GitHub, you can directly check the files in
- Use the
patch-packagepackage (for npm/yarn). - If you only need part of the code, you can extract a few relevant files or specific sections.
- You can make use of the files in the
distfolder instead of having to clone the entire repository.
- You can make use of the files in the
- If it's a simple modification, we can write an
fsscript for SDK changes. - Clone, modify, and publish.
- If you're not in a hurry, you can file an issue or submit a pull request.
TABLE OF CONTENTS
