perspectivets
Version:
Transforms the perspective of an image and draw it on a canvas
39 lines (38 loc) • 922 B
JSON
{
"name": "perspectivets",
"version": "2.0.0",
"description": "Transforms the perspective of an image and draw it on a canvas",
"main": "./build/index.js",
"module": "./build/index.es.js",
"files": [
"build/**/*"
],
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/adonmo/perspective.ts.git"
},
"keywords": [
"canvas",
"perspective",
"tranform"
],
"author": "Adonmo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adonmo/perspective.ts/issues"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"rollup": "^2.43.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.3"
}
}