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) ```