kritzel-react 0.3.19 → 0.3.21
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 +1 -1
- package/package.json +10 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Kritzel is a framework-agnostic infinite canvas and collaborative whiteboard eng
|
|
|
6
6
|
|
|
7
7
|
Kritzel handles the hard parts of canvas-based applications — infinite pan and zoom, hit-testing, CRDT-based collaboration, undo and redo, and cross-browser rendering — so you can focus on your product's domain logic.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
**Full documentation:** [kritzel.io/docs/react/overview](https://kritzel.io/docs/react/overview)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kritzel-react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"homepage": "https://kritzel.io/",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Kritzel helps you build infinite canvas experiences with React.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"infinite canvas",
|
|
8
|
+
"collaboration",
|
|
9
|
+
"whiteboard",
|
|
10
|
+
"drawing",
|
|
11
|
+
"react"
|
|
12
|
+
],
|
|
6
13
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
7
14
|
"main": "dist/index.js",
|
|
8
15
|
"module": "dist/index.js",
|
|
@@ -21,7 +28,7 @@
|
|
|
21
28
|
"@stencil/react-output-target": "^1.2.0"
|
|
22
29
|
},
|
|
23
30
|
"peerDependencies": {
|
|
24
|
-
"kritzel-stencil": "^0.3.
|
|
31
|
+
"kritzel-stencil": "^0.3.21"
|
|
25
32
|
},
|
|
26
33
|
"repository": {
|
|
27
34
|
"type": "git",
|