@brownnrl/geomlib 0.11.0 → 0.12.0
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 +3 -3
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,9 +83,9 @@ geomlib.init({
|
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
Drag **A** or **B** and the triangle ABC follows. Press `r` (or the
|
|
86
|
-
spacebar) to reset the diagram
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
spacebar) to reset the diagram and `m` to maximize the canvas. For a
|
|
87
|
+
step-by-step walkthrough of this example, see
|
|
88
|
+
[doc/quickstart.md](doc/quickstart.md).
|
|
89
89
|
|
|
90
90
|
## Documentation
|
|
91
91
|
|