Thanks for considering a contribution.
npm install
npm run typecheck
npm test
npm run buildKeep the public API small and predictable. New features should include tests and README examples when they change how users integrate the package.
- Keep changes focused.
- Add tests for coordinate math, rendering output or interaction helpers when relevant.
- Avoid adding runtime dependencies unless the value is clear and documented.