UNPKG

@sigodenjs/fisheye

Version:

A opencv fisheye camera model bindings for Node.js

40 lines (39 loc) 793 B
{ "name": "@sigodenjs/fisheye", "version": "0.1.3", "description": "A opencv fisheye camera model bindings for Node.js", "main": "index.js", "scripts": { "build:dev": "node-gyp -j 8 rebuild --debug", "build": "node-gyp -j 8 rebuild", "clean": "node-gyp clean" }, "keywords": [ "opencv", "fisheye", "camera", "calibrate", "undistort" ], "author": "Sigoden Huang <sigoden@gmail.com> (https://sigoden.com/)", "license": "MIT", "gypfile": true, "files": [ "src", "utils", "binding.gyp", "index.d.ts", "index.js" ], "engines": { "node": ">=8" }, "dependencies": { "bindings": "^1.3.0", "node-addon-api": "^1.4.0" }, "devDependencies": { "@types/node": "^10.9.3", "node-gyp": "^3.8.0" } }