@phx-hook/crop-image
Version:
Crop images to a specified size for upload
36 lines (35 loc) • 793 B
JSON
{
"name": "@phx-hook/crop-image",
"version": "0.1.4",
"description": "Crop images to a specified size for upload",
"keywords": [
"Phoenix",
"Elixir",
"LiveView",
"Image"
],
"author": "Justin Tormey <justin@93software.com>",
"homepage": "https://github.com/elixir-saas/phx-hook/tree/main/packages/crop-image",
"license": "MIT",
"main": "src/index.js",
"directories": {
"src": "src"
},
"files": [
"src"
],
"bin": {
"vendor": "./vendor.js"
},
"scripts": {
"format": "prettier src --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-saas/phx-hook.git"
},
"bugs": {
"url": "https://github.com/elixir-saas/phx-hook/issues"
},
"gitHead": "95892677c7d549c4b85937ba10cf12a31ea95f69"
}