https://github.com/lsongdev/pencil.js
:pencil: super tiny editor, just ~40 lines.
https://github.com/lsongdev/pencil.js
editor web wysiwyg-editor wysiwyg-html-editor
Last synced: 6 days ago
JSON representation
:pencil: super tiny editor, just ~40 lines.
- Host: GitHub
- URL: https://github.com/lsongdev/pencil.js
- Owner: lsongdev
- License: mit
- Created: 2017-09-02T05:05:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T02:35:26.000Z (over 5 years ago)
- Last Synced: 2025-10-24T03:04:59.948Z (8 months ago)
- Topics: editor, web, wysiwyg-editor, wysiwyg-html-editor
- Language: JavaScript
- Homepage: https://lsong.org/pencil.js/pencil.html
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pencil.js
> simple editor
### Installation
```html
```
### Example
https://lsong.org/pencil.js/pencil.html
### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3
### MIT
This work is licensed under the [MIT license](./LICENSE).
---