fisheyegl-video
Version:
A JavaScript library for correcting fisheye, or barrel distortion, in videos in the browser with WebGL
31 lines (30 loc) • 793 B
JSON
{
"name": "fisheyegl-video",
"version": "0.2.1",
"description": "A JavaScript library for correcting fisheye, or barrel distortion, in videos in the browser with WebGL",
"main": "src/fisheyegl.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Infl1ght/fisheyegl-video.git"
},
"keywords": [
"images",
"distortion",
"lenses",
"barrel distortion",
"fisheye"
],
"author": "Ilya Volkov <ilya.inflight@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Infl1ght/fisheyegl-video/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-replace": "^1.0.1"
},
"homepage": "https://github.com/Infl1ght/fisheyegl-video"
}