1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

Change CDN URL in README

This commit is contained in:
Yusuke Sekiguchi 2023-09-30 15:16:57 +09:00 committed by sadanora
parent 23cbea2dc5
commit 2ea2c4b63e

View File

@ -71,7 +71,7 @@ Konva supports UMD loading. So you can use all possible variants to load the fra
### Load Konva via classical `<script>` tag from CDN:
```html
<script src="https://unpkg.com/konva@8/konva.min.js"></script>
<script src="https://unpkg.com/konva@9/konva.min.js"></script>
```
### Install with npm: