chore: various fixes and documentation updates - #7
Merged
Conversation
- Replace individual camera commands with single reset() call - Camera now resets to model's actual base position - Fixes issue where reset would go to hardcoded values instead of model defaults
- Remove debug: true from client initialization - Clean up demo for production use
- Remove debug: true from client initialization - Fix whitespace formatting
- Add camera configuration options to ClientOptions - Add UI configuration with new ui object structure - Document all UI control methods via client.viewer - Update snapshot API documentation with correct usage - Reorder methods: camera before snapshot for better flow - Fix markdown linting issues - Remove framework-specific examples
- Update client initialization to use ui object - Group UI options in cleaner structure - Follows new recommended configuration pattern
|
Size Change: 0 B Total Size: 145 kB ℹ️ View Unchanged
|
Coverage Report
File CoverageNo changed files found. |
- Update eslint-plugin-unicorn to 60.0.0 - Update other dev dependencies to latest versions - Fixes ReDoS vulnerability in @eslint/plugin-kit
Contributor
Author
|
🎉 This PR is included in version 3.7.0 🎉 The release is available on: Your pull request is in this release 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Various small fixes and documentation updates to improve the client library, including a security vulnerability fix.
Changes
reset()command instead of individual commandsuiconfig object in examples instead of legacy individual propertiesCommits
All changes are backwards compatible and improve the developer experience.
Security details
pnpm auditnow shows no vulnerabilities