An open API service indexing awesome lists of open source software.

https://github.com/chdh/function-curve-editor

A function curve editor widget / web component
https://github.com/chdh/function-curve-editor

curve-editor

Last synced: 10 months ago
JSON representation

A function curve editor widget / web component

Awesome Lists containing this project

README

          

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

Online demo: [www.source-code.biz/snippets/typescript/functionCurveEditor](https://www.source-code.biz/snippets/typescript/functionCurveEditor)

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)