Skip to content

chevalvert/wipmap-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wipmap-generate

isomorphic JS module and cli tool to generate wipmap maps

Installation

yarn add chevalvert/wipmap-generate

Usage

CLI
wipmap-generate

Usage:
  wipmap-generate <X> <Y>
  wipmap-generate -x=<X> -y<Y>
  wipmap-generate <X> <Y> -o map.json
  wipmap-generate <X> <Y> -o map.json -o map.png
    
Options:
  -h, --help                    Show this screen.
  -v, --version                 Print the current version.
  -o, --output <file>           Write generated map in <file>.
Programmatic
import wipmap from 'wipmap-generate'
const [x, y] = [0, 0]
const opts = {}
const map = wipmap(x, y, opts)

License

MIT.

About

Isomorphic JS module and cli tool to generate `wipmap` maps

Resources

License

Stars

Watchers

Forks

Packages

No packages published