Thank you for your interest in contributing to DepthText! We welcome contributions from everyone.
- Fork the repository on GitHub.
- Clone your fork locally.
- Install dependencies:
npm install - Create a branch for your feature or fix:
git checkout -b my-feature - Make your changes.
- Run the build to ensure everything works:
npm run build - Test the demo: Open
demo/index.htmlin your browser. - Commit your changes with a clear message.
- Push to your fork and submit a Pull Request.
- Source Code: The source is in
src/depthtext.ts. - Build: We use
tsupfor bundling. Runnpm run devfor watch mode. - Style: Please try to match the existing code style.
If you find a bug or have a feature request, please open an issue on GitHub. Include as much detail as possible.
By contributing, you agree that your contributions will be licensed under the MIT License.