UNPKG

guess-image-layout

Version:

Guess the Layout of Image Pixels. Returns layout in xdim layout syntax.

42 lines (41 loc) 1.02 kB
{ "name": "guess-image-layout", "version": "0.1.0", "description": "Guess the Layout of Image Pixels. Returns layout in xdim layout syntax.", "main": "guess-image-layout.js", "files": [ "guess-image-layout.d.ts", "guess-image-layout.js" ], "scripts": { "f": "npm run format", "format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js", "test": "npx ts-node test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/guess-image-layout.git" }, "keywords": [ "band", "image", "jpg", "layout", "pixels", "png", "xdim" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/guess-image-layout/issues" }, "homepage": "https://github.com/DanielJDufour/guess-image-layout#readme", "devDependencies": { "find-and-read": "^1.0.0", "flug": "^2.3.1" }, "dependencies": { "get-depth": "^0.0.3" } }