We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7762b0a commit 1314707Copy full SHA for 1314707
README.md
@@ -16,6 +16,14 @@ npm install blueimp-file-upload-node
16
# Then open bootstrap-editor/index.html with your browser.
17
```
18
19
+## Demo
20
+**Currently, there's no server-side support for the demo page.**
21
+It only show you what the editor looks like.
22
+But you can image that with the server-side support, after choosing an image, it will be pasted to the textarea.
23
+
24
+http://trantorliu.github.io/bootstrap-editor
25
26
27
## Files to reference
28
```html
29
<script src="lib/js/wysihtml5-0.3.0.js"></script>
0 commit comments