mirror of
https://github.com/konvajs/konva.git
synced 2025-12-26 22:55:44 +08:00
Merge pull request #1647 from sadanora/update-cdn-url-in-quick-look
Update CDN URL in Quick Look
This commit is contained in:
@@ -22,7 +22,7 @@ This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github
|
|||||||
# Quick Look
|
# Quick Look
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/konva@8/konva.min.js"></script>
|
<script src="https://unpkg.com/konva@9/konva.min.js"></script>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
<script>
|
<script>
|
||||||
var stage = new Konva.Stage({
|
var stage = new Konva.Stage({
|
||||||
|
|||||||
Reference in New Issue
Block a user