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

Test different modes of loading the alpha v2 library #281

Open
4 tasks
mauriciopoppe opened this issue Feb 14, 2024 · 0 comments
Open
4 tasks

Test different modes of loading the alpha v2 library #281

mauriciopoppe opened this issue Feb 14, 2024 · 0 comments
Milestone

Comments

@mauriciopoppe
Copy link
Owner

mauriciopoppe commented Feb 14, 2024

Manual tests:

  • With the default import functionPlot from 'function-plot'
  • With the dist bundled file import functionPlot from 'function-plot/dist/function-plot'
  • With web workers enabled within a plain HTML webpage
  • With web workers enabled in a bundler (Webpack)

With web workers

import functionPlot from 'function-plot'
functionPlot.withWebWorkers(8)
@mauriciopoppe mauriciopoppe added this to the Road to 2.0.0 milestone Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant