function-curve-editor
Version:
A function curve editor widget / web component
9 lines (6 loc) • 673 B
Markdown
# function-curve-editor
This package implements a function curve editor that runs within a HTML page in the web browser.
It can be used in widget mode (with a HTML canvas element) or as a [web component](https://en.wikipedia.org/wiki/Web_Components) (HTML custom element).
NPM package: [function-curve-editor](https://www.npmjs.com/package/function-curve-editor)<br>
Online demo: [www.source-code.biz/snippets/typescript/functionCurveEditor](https://www.source-code.biz/snippets/typescript/functionCurveEditor)<br>
Examples of how to use it: [github.com/chdh/function-curve-editor/tree/master/examples](https://github.com/chdh/function-curve-editor/tree/master/examples)