Skip to content

Commit

Permalink
New version 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 10, 2024
1 parent d69ece0 commit ead70d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion examples/use-esm-build/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<title>Jodit ESM build</title>
</head>
<body>
<div id="root"></div>
<div id="root">
<img width="300px" src="https://xdsoft.net/jodit/finder/files/stanislav-rozhkov-BfApo_d4-dE-unsplash.jpg" alt="">
</div>
<script type="importmap">
{
"imports": {
Expand All @@ -25,6 +27,9 @@
// Whole list of plugins is available in the sources https://github.com/xdan/jodit/tree/main/src/plugins
// Base plugins are included in the ESM build https://github.com/xdan/jodit/blob/main/tools/utils/resolve-alias-imports.ts#L64
import '/jodit/pro/docs/examples/jodit/esm/plugins/ai-assistant/ai-assistant.js'
import '/jodit/pro/docs/examples/jodit/esm/plugins/resizer/resizer.js';
import '/jodit/pro/docs/examples/jodit/esm/plugins/inline-popup/inline-popup.js';
import '/jodit/pro/docs/examples/jodit/esm/plugins/select/select.js';
const editor = new Jodit('#root');
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-examples",
"version": "1.0.19",
"version": "1.0.20",
"description": "Jodit Examples",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ead70d3

Please sign in to comment.