Browse Source

Merge pull request #1 from Tencent/master

merge
ForeverHYH 5 years ago
parent
commit
ed44e12156
1 changed files with 4 additions and 2 deletions
  1. 4 2
      web/package.json

+ 4 - 2
web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "video-animation-player",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "description": "webgl动画特效组件",
   "main": "dist/vap.js",
   "scripts": {
@@ -8,7 +8,9 @@
     "dist": "rollup --config rollup.config.js"
   },
   "keywords": [
-    "webgl"
+    "webgl",
+    "animation",
+    "canvas"
   ],
   "author": "hujinliang",
   "license": "MIT",