@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.
- package/README.md +9 -0
- 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)
|