Skip to content

Commit

Permalink
chore: update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed May 17, 2020
1 parent 3dbdcda commit 5a19c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</style>
<div id="anim"></div>
<!-- For legacy browser.
<script src="https://unpkg.com/[email protected]-alpha.5/lib/index.min.js"></script>
<script src="https://unpkg.com/[email protected]/lib/index.min.js"></script>
<script>
// var Mod = window['svg-drawing']
// Var SvgDrawing = Mod.SvgDrawing
Expand All @@ -34,7 +34,7 @@
import {
SvgDrawing,
SvgAnimation
} from 'https://unpkg.com/[email protected]-alpha.5/lib/index.esm.js'
} from 'https://unpkg.com/[email protected]/lib/index.esm.js'

// Render Drawing area
// Drawing area will be resized to fit the rendering area
Expand Down

0 comments on commit 5a19c4c

Please sign in to comment.