Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for offscreen canvas #57

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Added support for offscreen canvas #57

merged 4 commits into from
Mar 26, 2024

Commits on Mar 22, 2024

  1. - added the possibility to use offscreen canvas

    - added a label renderer parameter / option
    - added an offscreen canvas / worker test
    martinlaxenaire committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2a961ad View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. - changed renderer size property and resize params to a `rectBBox…

    …` object, allowing to track top and left position for non DOM element (offscreen canvas)
    martinlaxenaire committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2e9d19a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95424dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from martinlaxenaire/offscreen-canvas

    Added support for offscreen canvas
    martinlaxenaire committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2e92650 View commit details
    Browse the repository at this point in the history