{"id":19258884,"url":"https://github.com/lassehaslev/vue-imagepicker","last_synced_at":"2026-03-01T03:02:35.667Z","repository":{"id":57126320,"uuid":"62808774","full_name":"LasseHaslev/vue-imagepicker","owner":"LasseHaslev","description":"Warning: Deprecated!!! Please use lassehaslev/vue-image-picker instead!","archived":false,"fork":false,"pushed_at":"2016-12-20T22:05:11.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T13:34:28.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/LasseHaslev/vue-image-picker","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LasseHaslev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-07T13:27:28.000Z","updated_at":"2020-04-19T06:06:34.000Z","dependencies_parsed_at":"2022-08-31T17:00:47.309Z","dependency_job_id":null,"html_url":"https://github.com/LasseHaslev/vue-imagepicker","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/LasseHaslev/vue-imagepicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseHaslev%2Fvue-imagepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseHaslev%2Fvue-imagepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseHaslev%2Fvue-imagepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseHaslev%2Fvue-imagepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LasseHaslev","download_url":"https://codeload.github.com/LasseHaslev/vue-imagepicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasseHaslev%2Fvue-imagepicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29959284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T19:14:38.794Z","updated_at":"2026-03-01T03:02:35.633Z","avatar_url":"https://github.com/LasseHaslev.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warning: Deprecated!!!!!!!\nPlease use [ @lassehaslev/vue-image-picker ](https://github.com/LasseHaslev/vue-image-picker) instead\n\n# @lassehaslev/vue-imagepicker\n\u003e Simple image picker for vuejs.\n\n\n## Installation\nRun ```npm install @lassehaslev/vue-imagepicker --save``` in your project folder\n\n## Usage\n``` js\nimport Vue from 'vue'\n\n// Install dependencies\nimport { ImagePickerInstall } from '@lassehaslev/vue-imagepicker';\nVue.use( ImagePickerInstall );\n\nimport ImagePicker from '@lassehaslev/vue-imagepicker';\n\n\u003ctemplate\u003e\n    \u003c!-- Use either url or models --\u003e\n    \u003cimage-picker\n\n        \u003c!-- If url is set, we replace the image models --\u003e\n        url=\"/path/to/api\"\n\n        \u003c!-- Sets models to use in array --\u003e\n        :models=\"[{ path: '/path/to/image.jpg' }]\"\n\n        \u003c!-- Sets multiple selection --\u003e\n        :multiple=\"true\"\u003e\n\n        \u003c!-- All elemetns inside the image-picker tag are clickacke and will lunch the image-picker modal --\u003e\n        \u003cbutton\u003eSelect image\u003c/button\u003e\n\n    \u003c/image-picker\u003e\n\u003c/template\u003e\n\u003cscript\u003e\nexport default {\n    components: { ImagePicker }\n    events: {\n        'ImageSelected'( image ) {\n            console.log( image )\n        }\n    }\n}\n\u003c/script\u003e\n});\n\n```\n\n#### Styles\nStyles can be found ```dist/ImagePicker.css```.\n\n##### Modify style\nYou can also use ```src/styles/ImagePicker.styl``` to compile your own css.\n\n## Development\nBecause of strange error with browserify you need to remove. before compiling. Just be sure to put it back in, before you publish.\n``` json\n  \"browserify\": {\n    \"transform\": [\n      \"vueify\",\n      \"babelify\"\n    ]\n  }\n```\n``` bash\n# Clone package\ngit clone https://github.com/LasseHaslev/vue-imagepicker\n\n# install dependencies\nnpm install\n\n# serve with hot reload at http://localhost:3000/\ngulp watch\n\n# build for production with minification\ngulp --production\n```\n\n## License\n\nMIT, dawg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassehaslev%2Fvue-imagepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassehaslev%2Fvue-imagepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassehaslev%2Fvue-imagepicker/lists"}