{"id":27968854,"url":"https://github.com/dxcweb/dxc-upload","last_synced_at":"2025-05-07T21:07:31.136Z","repository":{"id":47999196,"uuid":"135552364","full_name":"dxcweb/dxc-upload","owner":"dxcweb","description":"截图后粘贴、拖拽和点击上传预览，图片压缩。","archived":false,"fork":false,"pushed_at":"2022-12-04T05:42:43.000Z","size":736,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T21:07:27.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dxcweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-31T08:03:45.000Z","updated_at":"2020-08-10T15:33:13.000Z","dependencies_parsed_at":"2023-01-22T18:31:12.247Z","dependency_job_id":null,"html_url":"https://github.com/dxcweb/dxc-upload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Fdxc-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Fdxc-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Fdxc-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Fdxc-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxcweb","download_url":"https://codeload.github.com/dxcweb/dxc-upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954425,"owners_count":21830905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-05-07T21:07:30.485Z","updated_at":"2025-05-07T21:07:31.122Z","avatar_url":"https://github.com/dxcweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dxc-upload\n截图后粘贴、拖拽和点击上传预览，图片压缩。\n## install\n\n```\nnpm install dxc-upload --save\n```\n## Development\n\n```\nnpm install\nnpm start\n```\n## Example\n[http://github.dxcweb.com/dxc-upload/](http://github.dxcweb.com/dxc-upload/ \"http://github.dxcweb.com/dxc-upload/\")\n\n## API\n\u003ctable class=\"table table-bordered table-striped\"\u003e\n \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth style=\"width: 100px;\"\u003eName\u003c/th\u003e\n      \u003cth style=\"width: 50px;\"\u003eType\u003c/th\u003e\n      \u003cth\u003eDefault\u003c/th\u003e\n      \u003cth\u003eDescription\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n\u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003epaste\u003c/td\u003e\n      \u003ctd\u003eBool\u003c/td\u003e\n      \u003ctd\u003etrue\u003c/td\u003e\n      \u003ctd\u003e是否支持粘贴\u003c/td\u003e\n    \u003c/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003edrop\u003c/td\u003e\n      \u003ctd\u003eBool\u003c/td\u003e\n      \u003ctd\u003etrue\u003c/td\u003e\n      \u003ctd\u003e是否支持拖拽\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003edomain\u003c/td\u003e\n      \u003ctd\u003eString\u003c/td\u003e\n      \u003ctd\u003edocument\u003c/td\u003e\n      \u003ctd\u003e域 document或者self 指drop或paste在什么域上\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003emultiple\u003c/td\u003e\n      \u003ctd\u003eBool\u003c/td\u003e\n      \u003ctd\u003efalse\u003c/td\u003e\n      \u003ctd\u003einput multiple 属性\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eaccept\u003c/td\u003e\n      \u003ctd\u003eString\u003c/td\u003e\n      \u003ctd\u003eimage/png,image/gif,image/jpeg\u003c/td\u003e\n      \u003ctd\u003e允许上传文件类型\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eonError\u003c/td\u003e\n      \u003ctd\u003eFunction\u003c/td\u003e\n      \u003ctd\u003enull\u003c/td\u003e\n      \u003ctd\u003e类型错误时调用参数（msg）\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eonChange\u003c/td\u003e\n      \u003ctd\u003eFunction\u003c/td\u003e\n      \u003ctd\u003enull\u003c/td\u003e\n      \u003ctd\u003e输入参数files\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxcweb%2Fdxc-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxcweb%2Fdxc-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxcweb%2Fdxc-upload/lists"}