@vue-puzzle-vcode/shared 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @vue-puzzle-vcode/shared
2
+
3
+ vue-puzzle-vcode 的共享纯函数工具库:Canvas 拼图绘制、拼图块路径、数学/随机数等。无任何框架依赖。
4
+
5
+ > 内部包,被 [`@vue-puzzle-vcode/core`](https://www.npmjs.com/package/@vue-puzzle-vcode/core) 与 [`@vue-puzzle-vcode/ui`](https://www.npmjs.com/package/@vue-puzzle-vcode/ui) 依赖,通常无需直接安装。
6
+
7
+ ## 文档
8
+
9
+ 完整文档与在线 Demo 见主仓库:[github.com/daguanren21/vue-puzzle-vcode](https://github.com/daguanren21/vue-puzzle-vcode#readme)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-puzzle-vcode/shared",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Shared pure utilities for vue-puzzle-vcode (canvas drawing, math)",
5
5
  "license": "ISC",
6
6
  "repository": {