gridfinder
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "gridfinder", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "homepage": "https://gridfinder.kevincox.ca", |
@@ -7,1 +7,15 @@ # Map Dimension Helper | ||
- https://gridfinder.kevincox.ca/faq.html | ||
## Library Use | ||
```sh | ||
$ npm install --save-prod gridfinder | ||
``` | ||
```javascript | ||
import {findGrid} from "gridfinder"; | ||
``` | ||
See [lib.js](lib/lib.js) for available API. | ||
Warning: The only supported import target is `"gridfinder"` (which maps to [lib.js](lib/lib.js)). Everything available from that path is a public, stable API. Anything imported from other files is non-public and will be changed without regard for external users. |
36490
21