@@ -16,9 +16,7 @@ You can open it by holding a key (``Shift`` by default) during a certain amount
16
16
17
17
You can check a demonstration of this plugin [ here] ( ## ) . [ SOON]
18
18
19
- ![ image] ( https://github.com/SuperDelphi/grapesjs-keymaps-dialog/assets/44942598/0e4ff5b2-1695-4ce2-9b16-7d331d7220b9 )
20
-
21
-
19
+ ![ demo] ( https://github.com/SuperDelphi/grapesjs-keymaps-dialog/assets/44942598/32a4bc74-d8ff-4855-910f-fb6e6167c168 )
22
20
23
21
## Options
24
22
@@ -34,11 +32,11 @@ You can check a demonstration of this plugin [here](##). [SOON]
34
32
## Download
35
33
36
34
* CDN
37
- * ` https://unpkg.com/grapesjs-keymaps-dialog `
35
+ * ` https://unpkg.com/@silexlabs/ grapesjs-keymaps-dialog `
38
36
* NPM
39
- * ` npm i grapesjs-keymaps-dialog `
37
+ * ` npm i silexlabs@ grapesjs-keymaps-dialog `
40
38
* GIT
41
- * ` git clone https://github.com/SuperDelphi /grapesjs-keymaps-dialog.git `
39
+ * ` git clone https://github.com/silexlabs /grapesjs-keymaps-dialog.git `
42
40
43
41
44
42
@@ -48,7 +46,7 @@ Directly in the browser
48
46
``` html
49
47
<link href =" https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel =" stylesheet" />
50
48
<script src =" https://unpkg.com/grapesjs" ></script >
51
- <script src =" path/to/ grapesjs-keymaps-dialog.min.js " ></script >
49
+ <script src =" https://unpkg.com/@silexlabs/ grapesjs-keymaps-dialog" ></script >
52
50
53
51
<div id =" gjs" ></div >
54
52
@@ -67,7 +65,7 @@ Directly in the browser
67
65
Modern javascript
68
66
``` js
69
67
import grapesjs from ' grapesjs' ;
70
- import plugin from ' grapesjs-keymaps-dialog' ;
68
+ import plugin from ' @silexlabs/ grapesjs-keymaps-dialog' ;
71
69
import ' grapesjs/dist/css/grapes.min.css' ;
72
70
73
71
const editor = grapesjs .init ({
@@ -91,7 +89,7 @@ const editor = grapesjs.init({
91
89
Clone the repository
92
90
93
91
``` sh
94
- $ git clone https://github.com/SuperDelphi /grapesjs-keymaps-dialog.git
92
+ $ git clone https://github.com/silexlabs /grapesjs-keymaps-dialog.git
95
93
$ cd grapesjs-keymaps-dialog
96
94
```
97
95
@@ -117,4 +115,4 @@ $ npm run build
117
115
118
116
## License
119
117
120
- MIT
118
+ AGPL-3.0-or-later
0 commit comments