UNPKG

merge-images-typescript

Version:
30 lines (29 loc) 783 B
{ "name": "merge-images-typescript", "version": "1.1.2", "description": "Merge the multiple images into single image", "main": "src/index.js", "type": "commonjs", "scripts": { "test": "tsc src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/bhanuagarwal73/merge-images.git" }, "keywords": [ "merge-images", "mrge multiple images", "multiple images into single image" ], "author": "bhanuagarwal73 (bhanuagarwal73@gmail.com)", "license": "ISC", "bugs": { "url": "https://github.com/bhanuagarwal73/merge-images/issues" }, "homepage": "https://github.com/bhanuagarwal73/merge-images#readme", "devDependencies": { "canvas": "^2.11.2", "ts-node": "^10.9.2" } }