Skip to content

Commit 7112f56

Browse files
committed
Update demo gif
1 parent 722d9c8 commit 7112f56

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

DISCLAIMER.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ SOFTWARE.
461461

462462
-----
463463

464-
The following software may be included in this product: @types/eslint, @types/estree, @types/json-schema, @types/minimist, @types/node. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/eslint), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/estree), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/json-schema), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/minimist), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node). This software contains the following license and notice below:
464+
The following software may be included in this product: @types/eslint, @types/estree, @types/json-schema, @types/minimist, @types/node, @types/uuid. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/eslint), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/estree), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/json-schema), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/minimist), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/uuid). This software contains the following license and notice below:
465465

466466
MIT License
467467

@@ -10106,6 +10106,20 @@ SOFTWARE.
1010610106

1010710107
-----
1010810108

10109+
The following software may be included in this product: uuid. A copy of the source code may be downloaded from https://github.com/uuidjs/uuid.git. This software contains the following license and notice below:
10110+
10111+
The MIT License (MIT)
10112+
10113+
Copyright (c) 2010-2020 Robert Kieffer and other contributors
10114+
10115+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10116+
10117+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10118+
10119+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10120+
10121+
-----
10122+
1010910123
The following software may be included in this product: v8-compile-cache. A copy of the source code may be downloaded from https://github.com/zertosh/v8-compile-cache.git. This software contains the following license and notice below:
1011010124

1011110125
The MIT License (MIT)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!-- markdownlint-disable first-line-h1 -->
22

3-
Work in progress
4-
53
<h1 align="center">Welcome to editorjs-layout 👋</h1>
64
<p>
75
<a href="https://www.npmjs.com/package/editorjs-layout" target="_blank">
@@ -19,7 +17,7 @@ Work in progress
1917
2018
### [Demo](https://hata6502.github.io/editorjs-layout/)
2119

22-
![demo](https://user-images.githubusercontent.com/7702653/77813863-6c9dd880-70ef-11ea-80da-9c5f74d2053f.gif)
20+
![demo](https://user-images.githubusercontent.com/7702653/105721139-97eb9100-5f67-11eb-8dca-dd4d89314377.gif)
2321

2422
## Install
2523

docs/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
1414

15-
<script src="../dist/index.js"></script>
15+
<!-- For demo -->
16+
<script src="https://cdn.jsdelivr.net/npm/editorjs-layout@latest"></script>
17+
<!-- For development -->
18+
<!--<script src="../dist/index.js"></script>-->
1619

1720
<script>
1821
const data = {

0 commit comments

Comments
 (0)