neiki-editor 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/neiki-editor.css +1 -1
- package/dist/neiki-editor.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<img src="https://img.shields.io/badge/css-%23663399.svg?style=for-the-badge&logo=css&logoColor=white" alt="CSS">
|
|
12
12
|
<br>
|
|
13
13
|
<img src="https://img.shields.io/badge/License-MIT-2563EB?style=for-the-badge&logo=open-source-initiative&logoColor=white&labelColor=000F15&logoWidth=20" alt="License">
|
|
14
|
-
<img src="https://img.shields.io/badge/Version-2.6.
|
|
14
|
+
<img src="https://img.shields.io/badge/Version-2.6.1-2563EB?style=for-the-badge&logo=semantic-release&logoColor=white&labelColor=000F15&logoWidth=20" alt="Version">
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
<p align="center">
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
Just one file — CSS is embedded automatically:
|
|
42
42
|
|
|
43
43
|
```html
|
|
44
|
-
<script src="https://cdn.jsdelivr.net/gh/neikiri/neiki-editor@2.6.
|
|
44
|
+
<script src="https://cdn.jsdelivr.net/gh/neikiri/neiki-editor@2.6.1/dist/neiki-editor.min.js"></script>
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
Or if you prefer loading CSS separately:
|
|
48
48
|
|
|
49
49
|
```html
|
|
50
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/neikiri/neiki-editor@2.6.
|
|
51
|
-
<script src="https://cdn.jsdelivr.net/gh/neikiri/neiki-editor@2.6.
|
|
50
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/neikiri/neiki-editor@2.6.1/dist/neiki-editor.css">
|
|
51
|
+
<script src="https://cdn.jsdelivr.net/gh/neikiri/neiki-editor@2.6.1/dist/neiki-editor.js"></script>
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
### Package Manager
|
package/dist/neiki-editor.css
CHANGED
package/dist/neiki-editor.js
CHANGED