Commit cd2ef6e7 authored by wjf's avatar wjf

l

parent c7e42d1a
...@@ -12,9 +12,11 @@ ...@@ -12,9 +12,11 @@
修改自原github项目 https://github.com/yyued/SVGAPlayer-Web 修改自原github项目 https://github.com/yyued/SVGAPlayer-Web
#白鹭引擎使用 在白鹭的js后加下面脚本 ### 白鹭引擎使用 在白鹭的js后加下面脚本
```html
<script src="libs/svga.egret.min.js"></script> <script src="libs/svga.egret.min.js"></script>
```
### 代码示例
```js ```js
var parser = new SVGA.Parser(); var parser = new SVGA.Parser();
parser.load("../egret/loading五神兽最终版.svga", (videoItem) => { parser.load("../egret/loading五神兽最终版.svga", (videoItem) => {
...@@ -38,7 +40,7 @@ parser.load("../egret/loading五神兽最终版.svga", (videoItem) => { ...@@ -38,7 +40,7 @@ parser.load("../egret/loading五神兽最终版.svga", (videoItem) => {
alert(error.message); alert(error.message);
}) })
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment