gridfinder

1.92.0 • Public • Published

Map Dimension Helper

A tool to quickly identify the grid in a map with just a couple of clicks.

Algorithm

The algorithm is explained at https://kevincox.ca/2020/11/06/gridfinder/

Library Use

$ npm install --save-prod gridfinder
import {findGrid} from "gridfinder";

See lib.js for available API.

Warning: The only supported import target is "gridfinder" (which maps to 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.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i gridfinder

    Weekly Downloads

    3

    Version

    1.92.0

    License

    Apache 2.0

    Unpacked Size

    31.1 kB

    Total Files

    14

    Last publish

    Collaborators

    • kevincox