Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 494 Bytes

File metadata and controls

20 lines (14 loc) · 494 Bytes

Contributing

Thanks for considering a contribution.

Development

npm install
npm run typecheck
npm test
npm run build

Keep the public API small and predictable. New features should include tests and README examples when they change how users integrate the package.

Pull requests

  • 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.