{"id":21861841,"url":"https://github.com/awayken/postcss-placehold","last_synced_at":"2025-04-14T19:40:36.597Z","repository":{"id":57328268,"uuid":"60922825","full_name":"awayken/postcss-placehold","owner":"awayken","description":"PostCSS plugin that makes it easy to drop in placeholder images.","archived":false,"fork":false,"pushed_at":"2016-06-16T08:39:52.000Z","size":12,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T20:49:20.270Z","etag":null,"topics":["postcss"],"latest_commit_sha":null,"homepage":null,"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/awayken.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-11T18:51:14.000Z","updated_at":"2023-06-11T20:07:15.000Z","dependencies_parsed_at":"2022-09-18T17:01:07.426Z","dependency_job_id":null,"html_url":"https://github.com/awayken/postcss-placehold","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awayken%2Fpostcss-placehold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awayken%2Fpostcss-placehold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awayken%2Fpostcss-placehold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awayken%2Fpostcss-placehold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awayken","download_url":"https://codeload.github.com/awayken/postcss-placehold/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248948023,"owners_count":21187789,"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":["postcss"],"created_at":"2024-11-28T03:12:53.689Z","updated_at":"2025-04-14T19:40:36.578Z","avatar_url":"https://github.com/awayken.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-placehold [![Build Status](https://travis-ci.org/awayken/postcss-placehold.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-placehold.svg)][npm]\n\n\u003e [PostCSS] plugin that makes it easy to drop in placeholder images.\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-placehold) do:\n\n```\nnpm install postcss-placehold --save\n```\n\n## Example\n\n### Input\n\n```css\nh1 {\n    background: placehold(400, 400);\n}\n```\n\n### Output\n\n```css\nh1 {\n    background: url(\"https://placehold.it/400x400\");\n}\n```\n\n## Options\n\n### options.service\n\nType: `string`\nDefault: `placeholdit`\n\nDefine which placeholder service to use for your images.\n\nSupported services:\n\n  * [placehold.it](https://placehold.it)\n  * [placekitten](https://placekitten.com)\n  * [placekittengray](https://placekitten.com)\n  * [dummyimage](https://dummyimage.com)\n\n\n## Usage\n\nSee the [PostCSS documentation](https://github.com/postcss/postcss#usage) for\nexamples for your environment.\n\n## Contributing\n\nPull requests are welcome. If you add functionality, then please add unit tests\nto cover it.\n\n## License\n\nMIT © [Miles Rausch](https://github.com/awayken/postcss-placehold)\n\n[ci]:      https://travis-ci.org/awayken/postcss-placehold\n[npm]:     http://badge.fury.io/js/postcss-placehold\n[postcss]: https://github.com/postcss/postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawayken%2Fpostcss-placehold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawayken%2Fpostcss-placehold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawayken%2Fpostcss-placehold/lists"}