Skip to content

Commit

Permalink
core(lib): Update readme and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
thooams committed Jul 19, 2024
1 parent 01bc2a9 commit 6961e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co
- [Facebook](https://www.facebook.com) - `facebook` service
- [Instagram](https://www.instagram.com/codex_team/) - `instagram` service
- [YouTube](https://youtube.com) - `youtube` service
- [Twitter](https://twitter.com/codex_team) - `twitter` service. (https://twitframe.com used for render)
- [Twitter](https://twitter.com/codex_team) - `twitter` service. (<https://twitframe.com> used for render)
- [Twitch](https://twitch.tv) - `twitch-video` service for videos and `twitch-channel` for channels
- [Miro](https://miro.com) - `miro` service
- [Vimeo](https://vimeo.com)`vimeo` service
Expand All @@ -25,10 +25,10 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co
- [CodePen](https://codepen.io)`codepen` service
- [Pinterest](https://www.pinterest.com) - `pinterest` service
- [GitHub Gist](https://gist.github.com) - `github` service
- Figma - `figma` service
- Whimsical - whimsical service
- 👇 Any other [customized service](#add-more-services)



## Installation

Get the package
Expand Down Expand Up @@ -151,6 +151,7 @@ var editor = EditorJS({
```

#### Inline Toolbar

Editor.js provides useful inline toolbar. You can allow it\`s usage in the Embed Tool caption by providing `inlineToolbar: true`.

```javascript
Expand Down Expand Up @@ -180,7 +181,6 @@ var editor = EditorJS({
| height | `number` | embedded content height
| caption | `string` | content caption


```json
{
"type" : "embed",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/embed",
"version": "2.7.0",
"version": "2.8.0",
"keywords": [
"codex editor",
"embed",
Expand Down

0 comments on commit 6961e5e

Please sign in to comment.