https://github.com/easylogic/codemirror-cubic-bezier
Cubic Bezier Editor for CodeMirror
https://github.com/easylogic/codemirror-cubic-bezier
addon codemirror cubic-bezier
Last synced: 2 months ago
JSON representation
Cubic Bezier Editor for CodeMirror
- Host: GitHub
- URL: https://github.com/easylogic/codemirror-cubic-bezier
- Owner: easylogic
- License: mit
- Created: 2017-02-07T16:45:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T08:17:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-10T23:16:01.905Z (2 months ago)
- Topics: addon, codemirror, cubic-bezier
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeMirror Cubic-Bezier Addon
CodeMirror Cubic-Bezier Addon like Chrome devtool style
# How to use```
```## Set option - View mode
```javascript
{
cubicbezier : true
}
```## Set option - Edit mode (open cubic-bezier editor)
```javascript
cubicbezier {
mode : 'edit'
}
```# Sample demo - Edit mode
# Install
## npm
```npm
npm install codemirror-cubic-bezier
```## bower
```
bower install codemirror-cubic-bezier
```# License : MIT