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
- Host: GitHub
- URL: https://github.com/chdh/function-curve-editor
- Owner: chdh
- License: mit
- Created: 2018-01-09T03:14:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T02:32:45.000Z (10 months ago)
- Last Synced: 2025-08-18T02:42:42.311Z (10 months ago)
- Topics: curve-editor
- Language: TypeScript
- Homepage: http://www.source-code.biz/snippets/typescript/functionCurveEditor
- Size: 78.1 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)