UNPKG

homography

Version:

Perform Affine, Projective or Piecewise Affine transformations over any Image or HTMLElement from only a set of reference points. High-Performance and easy-to-use.

45 lines (44 loc) 1.11 kB
{ "name": "homography", "version": "1.8.1", "description": "Perform Affine, Projective or Piecewise Affine transformations over any Image or HTMLElement from only a set of reference points. High-Performance and easy-to-use.", "main": "Homography.js", "type": "module", "directories": { "test": "test" }, "dependencies": { "delaunator": "^5.0.0" }, "scripts": { "test": "node ./test/nodeTest.js" }, "repository": { "type": "git", "url": "git+https://github.com/Eric-Canas/Homography.js.git" }, "files": [ "Homography.js" ], "keywords": [ "homography", "computer-vision", "projective-transform", "piecewise-affine-transform", "affine-transform", "perspective-transform", "perspective", "fast", "easy-to-use", "javascript", "image-manipulation", "2d", "warp" ], "author": "Eric-Canas", "license": "MIT", "bugs": { "url": "https://github.com/Eric-Canas/Homography.js/issues" }, "homepage": "https://github.com/Eric-Canas/Homography.js#readme" }