Skip to content

Commit 0bea292

Browse files
committed
Merge branch 'master' into release
2 parents bef4d5d + eb52532 commit 0bea292

File tree

61 files changed

+1281
-937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1281
-937
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"autoAttachChildProcesses": true,
1212
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
1313
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
14-
"args": ["run", "${relativeFile}", "--test-timeout=3600000", "--config", "vitest.config.ts"]
14+
"args": ["run", "${relativeFile}", "--test-timeout=3600000", "--config", "vitest-unit.config.ts"]
1515
}
1616
]
1717
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var context = infiniteCanvas.getContext("2d");
2323
Include `InfiniteCanvas` in your web page:
2424

2525
```html
26-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/infinite-canvas.umd.cjs"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/infinite-canvas.umd.cjs"></script>
2727
```
2828

2929
or install it using npm:

0 commit comments

Comments
 (0)