function-plot
function-plot copied to clipboard
A 2d function plotter for the web
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I'm attempting to use this library with [Svelte](https://svelte.dev)([Kit](https://kit.svelte.dev)). In development, I immediately run into a pair of solvable issues: - `global is not defined` -- Either set `global = window`...
Hi,Your framework has a design flaw. When using the input {fn: ' x ^ (1/2)'}, It cannot be drawing, and warned me. Please tell me how to input 'x ^...
`function-plot` is a very nice library. I want to use it in my markdown note. similar as: ```md  ``` and then will display as: 
The string syntax for specifying a `fn` is nice, but I prefer to implement my function as an actual Function. For example, instead of `fn: 'x^2'`, I wish to use...
This PR adds some niceness to the CI workflow, organizes the scripts in `package.json` to be more time efficient when running, and most importantly: It adds an entire release workflow!...
I was working and when playing with some settings i noticed that when i tried to graph x^(1/3) it didn't draw it properly, as it showed the positive side, but...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
I'm using Nextjs V12. When trying to use the function-plot library via import statement, the library does not work. I get the below error: There seems to be an import...