Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 9, 2023
1 parent 54ae0b7 commit b3ac2d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ Include module at your application
import ImageTool from '@editorjs/image';
```

#### Loading from CDN
Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/image@latest)

You can load a specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@editorjs/image).

`https://cdn.jsdelivr.net/npm/@editorjs/image@latest`

Then require this script on page with Editor.js through the `<script src=""></script>` tag.

## Usage

Expand Down

0 comments on commit b3ac2d3

Please sign in to comment.