Skip to content

Commit

Permalink
0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Oct 24, 2023
1 parent f827b5f commit 0c9431b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Add the below code to your head section in HTML document.
```html
<head>
...
<link href="https://cdn.jsdelivr.net/npm/[email protected].8/css/editor.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected].8/dist/index.umd.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected].9/css/editor.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected].9/dist/index.umd.js"></script>
```

Create the editor by:
Expand Down
4 changes: 2 additions & 2 deletions demos/svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier:fix": "prettier --write ./src"
},
"dependencies": {
"mini-canvas-editor": "^0.0.8",
"mini-canvas-core": "^0.0.8",
"mini-canvas-editor": "^0.0.9",
"mini-canvas-core": "^0.0.9",
"fabric": "6.0.0-beta13",
"canvas": "^2.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions demos/webpack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier:fix": "prettier --write ./src"
},
"dependencies": {
"mini-canvas-editor": "^0.0.8",
"mini-canvas-core": "^0.0.8"
"mini-canvas-editor": "^0.0.9",
"mini-canvas-core": "^0.0.9"
},
"devDependencies": {
"ts-loader": "^9.4.2",
Expand Down
4 changes: 2 additions & 2 deletions demos/webpack-app/public/vanilla-javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<a href="https://github.com/img-js/mini-canvas-editor">Mini Canvas Editor</a>
</p>

<link href="https://cdn.jsdelivr.net/npm/[email protected].8/css/editor.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected].8/dist/index.umd.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected].9/css/editor.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected].9/dist/index.umd.js"></script>
<script>
const placeholder = document.getElementById('placeholder');
const saveButton = document.getElementById('saveButton');
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit 0c9431b

Please sign in to comment.