{"id":13602249,"url":"https://github.com/MatrixAges/picpic","last_synced_at":"2025-04-11T08:31:51.697Z","repository":{"id":53621563,"uuid":"318069420","full_name":"MatrixAges/picpic","owner":"MatrixAges","description":"A awesome image host service driven by github pages and github actions.","archived":false,"fork":false,"pushed_at":"2021-05-28T05:49:50.000Z","size":35915,"stargazers_count":153,"open_issues_count":1,"forks_count":32,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T10:05:40.620Z","etag":null,"topics":["bed","gh-pages","images","picgo","picpic","picture"],"latest_commit_sha":null,"homepage":"https://matrixage.github.io/picpic_example/","language":"JavaScript","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/MatrixAges.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-03T03:59:34.000Z","updated_at":"2025-02-25T14:24:24.000Z","dependencies_parsed_at":"2022-09-19T03:40:26.442Z","dependency_job_id":null,"html_url":"https://github.com/MatrixAges/picpic","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/MatrixAges%2Fpicpic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatrixAges%2Fpicpic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatrixAges%2Fpicpic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatrixAges%2Fpicpic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatrixAges","download_url":"https://codeload.github.com/MatrixAges/picpic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248361580,"owners_count":21090935,"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":["bed","gh-pages","images","picgo","picpic","picture"],"created_at":"2024-08-01T18:01:17.807Z","updated_at":"2025-04-11T08:31:51.123Z","avatar_url":"https://github.com/MatrixAges.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg width=\"200\" src=\"https://matrixage.github.io/img/projects/picpic/logo_picpic_black.png\" alt=\"picpic logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# \u003cp align=\"center\"\u003e picpic \u003c/p\u003e\n\n_\u003cp align=\"center\"\u003eAn awesome image host service driven by github pages and github actions.\u003c/p\u003e_\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/join-welcome-brightgreen.svg\" alt=\"attitude_img\"\u003e\u003c/a\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/version-1.0-orange.svg\" alt=\"version_img\"\u003e\u003c/a\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/compres%20size-7k-red.svg\" alt=\"size_img\"\u003e\u003c/a\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/style-light%20design-yellow.svg\" alt=\"style_img\"\u003e\u003c/a\u003e\n  \u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Doc\n\n[EN](https://github.com/MatrixAges/picpic#readme) | [中文文档](https://github.com/MatrixAges/picpic/blob/master/readme_cn.md)\n\n## Installation\n\nInstall via npm:\n\n```bash\n$ npm i @matrixage/picpic\n```\n\n## Usage\n\nTo use picpic, by below steps:\n\n- mkdir a folder \u0026 cd it\n- `npm init` \u0026 press enter through\n- `npm i @matrixage/picpic`\n- `\"init\": \"picpic init\"` into package.json `scripts`\n- `npm run init`\n- drop you images to `assets` folder\n- `git commit` \u0026 `git push` to you github\n\nthen active your gh-pages.\n\nif your acccout do not active github actions, you should active github actions and git push again to trigger delopy process.\n\nif your github repo first branch is master,please change the branch in .github/workflows/ci.yml (main =\u003e master)\n\n## Features\n\n- click image to preview detail\n- preview images in folder mode\n- mobile is avaible\n\nalso, more you can explore:\n\n- list mode\n- search\n- navigator\n- minim file system\n\nif you have more demands, and if you think your demands reasonal, you can talk to me.\n\n## Config\n\n```json\n{\n\t// supported images type\n\t\"types\": [\"svg\", \"png\", \"jpg\", \"jpeg\", \"gif\", \"webp\"],\n\n\t// enable imagemin，compress : false, disable imagemin，compress\n\t// support compress jpg、png and gif\n\t\"compress\": {\n\t\t// image quality 0.1 - 1\n\t\t\"quality\": 0.8,\n\t\t// if true, webp，jpg、png will be compress by imagemin-webp\n\t\t\"webp\": false\n\t},\n\n\t// file folder load depth\n\t\"depth\": 12\n}\n```\n\n## Accessibility\n\nPicpic supports the all modern browsers,and you can preview picpic images in chrome or firefox.\n\n## License\n\nPicpic is licensed under the MIT license. (http://opensource.org/licenses/MIT)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatrixAges%2Fpicpic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMatrixAges%2Fpicpic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatrixAges%2Fpicpic/lists"}