Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc committed Aug 9, 2023
1 parent 1cd0266 commit eb2a87e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This plugin module supports five custom configurations.

#### 1. default 默认效果

![default](./screenshot/CPT2306161011-1338x1047.gif)
![default](./screenshot/demo1.gif)

#### 2. custom config 自定义配置

Expand All @@ -83,4 +83,4 @@ const modeler = new Modeler({
})
```

![custom](./screenshot/CPT2306161015-1328x988.gif)
![custom](./screenshot/demo2.gif)
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body>
<div id="canvas"></div>

<script src="https://unpkg.com/[email protected]/dist/bpmn-modeler.development.js"></script>
<script src="https://unpkg.com/[email protected]/dist/bpmn-viewer.development.js"></script>
<script src="../dist/diagram-js-grid-bg.umd.js"></script>
<script src="./app.js"></script>
</body>
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": "diagram-js-grid-bg",
"version": "1.0.3",
"version": "1.0.4",
"description": "A visual grid background for diagram-js, base on diagram-js-grid.",
"main": "dist/diagram-js-grid-bg.cjs",
"module": "dist/diagram-js-grid-bg.es.js",
Expand Down
Binary file removed screenshot/CPT2306161011-1338x1047.gif
Binary file not shown.
Binary file removed screenshot/CPT2306161015-1328x988.gif
Binary file not shown.
Binary file added screenshot/demo1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb2a87e

Please sign in to comment.